iOS example working based on modified OpenGL3 example + Synergy
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Shader.fsh
|
||||
// imguiex
|
||||
|
||||
varying lowp vec4 colorVarying;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = colorVarying;
|
||||
}
|
||||
Reference in New Issue
Block a user