| 1129 | } |
| 1130 | |
| 1131 | void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle) |
| 1132 | { |
| 1133 | return glbinding::Binding::CreatePerfQueryINTEL(queryId, queryHandle); |
| 1134 | } |
| 1135 | |
| 1136 | GLuint glCreateProgram() |
| 1137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected