| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected