Undone some early hacking and removed trailing comma.

This commit is contained in:
Tom Lally 2022-08-28 11:41:44 +01:00
parent 3a0adc30b7
commit 056ae1f882

View file

@ -131,7 +131,7 @@ const TBuiltInResource DefaultTBuiltInResource = {
/* .maxDualSourceDrawBuffersEXT = */ 1,
#endif
/* .limits = */
/* .limits = */ {
/* .nonInductiveForLoops = */ 1,
/* .whileLoops = */ 1,
/* .doWhileLoops = */ 1,
@ -140,7 +140,8 @@ const TBuiltInResource DefaultTBuiltInResource = {
/* .generalVaryingIndexing = */ 1,
/* .generalSamplerIndexing = */ 1,
/* .generalVariableIndexing = */ 1,
/* .generalConstantMatrixVectorIndexing = */ 1,
/* .generalConstantMatrixVectorIndexing = */ 1
}
};
class _ShaderVkThreadPool