1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-01-09 21:31:38 +01:00

11 lines
113 B
Plaintext
Raw Normal View History

//
// Shader.fsh
// imguiex
varying lowp vec4 colorVarying;
void main()
{
gl_FragColor = colorVarying;
}