From 5f5e281e8c778fe892aef0600f23cf52d94e55bf Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 29 Mar 2020 19:14:18 +0300 Subject: [PATCH] [DXBC] Rewrite a comment in memexport that may be outdated --- src/xenia/gpu/dxbc_shader_translator_memexport.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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.