From 864ac5cc40a9ab0209dc90a3ea30838ef23cff74 Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 9 Feb 2021 18:23:17 -0800 Subject: Fixed minor issue with format validation and GetPipelineResourceFlagsString test --- Graphics/ShaderTools/src/DXBCUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/ShaderTools') diff --git a/Graphics/ShaderTools/src/DXBCUtils.cpp b/Graphics/ShaderTools/src/DXBCUtils.cpp index 8398acfb..a91dade0 100644 --- a/Graphics/ShaderTools/src/DXBCUtils.cpp +++ b/Graphics/ShaderTools/src/DXBCUtils.cpp @@ -505,7 +505,7 @@ struct OpcodeToken D3D10_SB_OPCODE_TYPE OpcodeType : 11; // bits 0..10 Uint32 Controls : 13; // bits 11..23, Opcode-Specific Controls Uint32 OpcodeLength : 7; // bita 24..30 - Uint32 Extended : 1; // bit 31, 1 if opcode is “extended”, otherwise 0 + Uint32 Extended : 1; // bit 31, 1 if opcode is "extended", otherwise 0 }; static_assert(sizeof(OpcodeToken) == 4, ""); -- cgit v1.2.3