File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Tests/DiligentCoreTest/src/ShaderTools Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,18 @@ namespace
4545
4646struct SPIRVShaderResourceRefAttribs
4747{
48- const char * const Name;
49- const Uint16 ArraySize;
50- const SPIRVShaderResourceAttribs::ResourceType Type;
51- const Uint8 ResourceDim; // RESOURCE_DIMENSION
52- const Uint8 IsMS;
48+ const char * const Name;
49+ const Uint16 ArraySize;
50+ const SPIRVShaderResourceAttribs::ResourceType Type;
51+ const Uint8 ResourceDim; // RESOURCE_DIMENSION
52+ const Uint8 IsMS;
5353
5454 // Offset in SPIRV words (uint32_t) of binding & descriptor set decorations in SPIRV binary
55- const uint32_t BindingDecorationOffset;
56- const uint32_t DescriptorSetDecorationOffset;
55+ const uint32_t BindingDecorationOffset;
56+ const uint32_t DescriptorSetDecorationOffset;
5757
58- const Uint32 BufferStaticSize;
59- const Uint32 BufferStride;
58+ const Uint32 BufferStaticSize;
59+ const Uint32 BufferStride;
6060};
6161
6262std::vector<unsigned int > LoadSPIRVFromHLSL (const char * FilePath, SHADER_TYPE ShaderType = SHADER_TYPE_PIXEL)
You can’t perform that action at this time.
0 commit comments