diff --git a/src/xenia/gpu/dxbc_shader_translator_memexport.cc b/src/xenia/gpu/dxbc_shader_translator_memexport.cc index c1f7ff6c6..330c5e433 100644 --- a/src/xenia/gpu/dxbc_shader_translator_memexport.cc +++ b/src/xenia/gpu/dxbc_shader_translator_memexport.cc @@ -93,13 +93,7 @@ void DxbcShaderTranslator::ExportToMemory() { return; } - // Allocate a register that will be used for storing: - // - 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). + // Allocate a register for temporary values at various stages. uint32_t control_temp = PushSystemTemp(); // Safety check if the shared memory is bound as UAV.