gzdoom-gles/wadsrc/static/shaders_gles/glsl/func_defaultmat.fp

7 lines
141 B
Text
Raw Normal View History

void SetupMaterial(inout Material material)
{
material.Base = ProcessTexel();
material.Bright = texture2D(brighttexture, vTexCoord.st);
}