Fixes
This commit is contained in:
parent
2e923380f1
commit
042fd163f1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ TEST(TestShaderResources, TestNoMaxLight)
|
|||
TEST(TestShaderResources, TestSmallComputeWorkGroupSizeX)
|
||||
{
|
||||
TBuiltInResource smallComputeWorkGroupSizeXResources = kp::defaultResource;
|
||||
noMaxLightResources.maxComputeWorkGroupSizeX=0;
|
||||
smallComputeWorkGroupSizeXResources.maxComputeWorkGroupSizeX=0;
|
||||
|
||||
ASSERT_THROW(compileShaderWithGivenResources(shaderString, smallComputeWorkGroupSizeXResources), std::runtime_error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue