Web: Turn off bracket-style attributes, reflection, and IO mapping.
This commit is contained in:
@@ -308,7 +308,9 @@ public:
|
||||
program.addShader(&shader);
|
||||
|
||||
success &= program.link(controls);
|
||||
#ifndef GLSLANG_WEB
|
||||
success &= program.mapIO();
|
||||
#endif
|
||||
|
||||
spv::SpvBuildLogger logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user