Searched defs:fragShaderText (Results 1 – 2 of 2) sorted by relevance
48 std::string fragShaderText; in createMSAALoadProgram() local
1486 void init_shaders(struct sample_info &info, const char *vertShaderText, const char *fragShaderText) in init_shaders()