Searched refs:pSource (Results 1 – 2 of 2) sorted by relevance
38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { in loadShader() argument41 glShaderSource(shader, 1, &pSource, NULL); in loadShader()
34 GLuint loadShader(GLenum shaderType, const char* pSource);