Searched defs:shaderSource (Results 1 – 2 of 2) sorted by relevance
140 public static int compileShader(final int shaderType, final String shaderSource) { in compileShader()
90 GLuint Shader::loadShader(GLenum shaderType, const std::string &shaderSource) { in loadShader()