We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5317509 commit e8addd9Copy full SHA for e8addd9
Tests/DiligentCoreTest/src/ShaderTools/SPIRVShaderResourcesTest.cpp
@@ -191,7 +191,7 @@ void TestSPIRVResources(const char* FilePa
191
if (Res.Type == SPIRVShaderResourceAttribs::ResourceType::UniformBuffer ||
192
Res.Type == SPIRVShaderResourceAttribs::ResourceType::PushConstant)
193
{
194
- EXPECT_EQ(Res.GetInlineConstantCountOrThrow(FilePath), pRefRes->BufferStride / 4) << Res.Name;
+ EXPECT_EQ(Res.GetInlineConstantCountOrThrow(FilePath), pRefRes->BufferStaticSize / 4) << Res.Name;
195
}
196
197
0 commit comments