[DXBC] Rewrite a comment in memexport that may be outdated

This commit is contained in:
Triang3l 2020-03-29 19:14:18 +03:00
parent 05f6b444a0
commit 5f5e281e8c
1 changed files with 1 additions and 7 deletions

View File

@ -93,13 +93,7 @@ void DxbcShaderTranslator::ExportToMemory() {
return; return;
} }
// Allocate a register that will be used for storing: // Allocate a register for temporary values at various stages.
// - Bits for checking whether export can be done at all.
// - Format info.
// - Calculated element size.
// - Endian swap bits.
// - Element size comparison results (for choosing the store with the right
// write mask).
uint32_t control_temp = PushSystemTemp(); uint32_t control_temp = PushSystemTemp();
// Safety check if the shared memory is bound as UAV. // Safety check if the shared memory is bound as UAV.