mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Undone some early hacking and removed trailing comma.
This commit is contained in:
parent
3a0adc30b7
commit
056ae1f882
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue