Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerType

146 		const char*		samplerType			= unitTypes[ndx] == GL_TEXTURE_2D ? "sampler2D" : "samplerCube";
149 samplersStr += string("") + "uniform mediump " + samplerType + " " + samplerName + ";\n";