VMTK
position_is_color.frag
Go to the documentation of this file.
1
#version 330
2
10
in vec4
vColor
;
11
out vec4 Color;
12
18
void
main
(
void
)
19
{
20
Color=
vColor
;
21
}
vColor
out vec4 vColor
Definition:
position_is_color.vert:12
main
void main(void)
Main function.
Definition:
position_is_color.vert:21
shaders
position_is_color.frag
Generated on Fri May 5 2017 20:33:19 for VMTK by
1.8.13