Searched refs:source_chars (Results 1 – 1 of 1) sorted by relevance
54 const char* source_chars = source.c_str(); in ShaderSource() local55 glShaderSource(shader->value(), 1, &source_chars, NULL); in ShaderSource()