ObjectGl, ObjectGlColor, ObjectGlTex added
This commit is contained in:
8
shaders/ObjectGl/frag.glsl
Normal file
8
shaders/ObjectGl/frag.glsl
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 330 core
|
||||
|
||||
out vec4 FragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = vec4(1.0f, 1.0f, 1.0f, 1.0f);
|
||||
}
|
Reference in New Issue
Block a user