Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94940078
vertex_shader.glsl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 11, 13:52
Size
224 B
Mime Type
text/x-c
Expires
Fri, Dec 13, 13:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22900727
Attached To
rSYMKIT symkit
vertex_shader.glsl
View Options
attribute
vec3
vertex
;
attribute
vec4
color
;
uniform
mat4
projection
;
uniform
mat4
modelview
;
varying
vec4
frag_color
;
void
main
()
{
gl_Position
=
projection
*
modelview
*
vec4
(
vertex
,
1.0
);
frag_color
=
color
;
}
Event Timeline
Log In to Comment