| 1343 | } |
| 1344 | |
| 1345 | GLuint GLReplay::GetShaderDebugMathProg() |
| 1346 | { |
| 1347 | return DebugData.shaderDebugMathProg; |
| 1348 | } |
| 1349 | |
| 1350 | GLuint GLReplay::MakeShaderDebugSampleProg(const SamplingProgramConfig &config) |
| 1351 | { |
no outgoing calls
no test coverage detected