MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / translateAuxiliary

Method translateAuxiliary

src/GLSLCompiler.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void GLSLCompiler::translateAuxiliary(int auxiliary) {
190 // TODO
191 switch (auxiliary) {
192 case glsl::kCentroid: break;
193 case glsl::kSample: break;
194 case glsl::kPatch: break;
195 }
196 }
197
198 void GLSLCompiler::translateMemory(int memory) {
199 // TODO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected