diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-02-10 02:23:17 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 00:31:35 +0000 |
| commit | 864ac5cc40a9ab0209dc90a3ea30838ef23cff74 (patch) | |
| tree | b428aace09a788edcce25099d88230d992cb47dd /Graphics/ShaderTools | |
| parent | DXIL: remap bind point when used dynamic indexing (diff) | |
| download | DiligentCore-864ac5cc40a9ab0209dc90a3ea30838ef23cff74.tar.gz DiligentCore-864ac5cc40a9ab0209dc90a3ea30838ef23cff74.zip | |
Fixed minor issue with format validation and GetPipelineResourceFlagsString test
Diffstat (limited to 'Graphics/ShaderTools')
| -rw-r--r-- | Graphics/ShaderTools/src/DXBCUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, ""); |
