MCPcopy Create free account
hub / github.com/csyonghe/Spire / CreateGLSL_VulkanCodeGen

Function CreateGLSL_VulkanCodeGen

Source/SpireCore/GLSLCodeGen.cpp:1103–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101 return new GLSLCodeGen(false, false);
1102 }
1103 CodeGenBackend * CreateGLSL_VulkanCodeGen()
1104 {
1105 return new GLSLCodeGen(true, false);
1106 }
1107 CodeGenBackend * CreateGLSL_VulkanOneDescCodeGen()
1108 {
1109 return new GLSLCodeGen(true, true);

Callers 1

ShaderCompilerImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected