Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94228012
plot_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 4, 22:35
Size
188 B
Mime Type
text/x-c
Expires
Fri, Dec 6, 22:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22706638
Attached To
rSYMKIT symkit
plot_vertex_shader.glsl
View Options
attribute vec3 vertex;
attribute vec4 color;
uniform mat4 projection;
varying vec4 frag_color;
void main()
{
gl_Position = projection * vec4(vertex, 1.0);
frag_color = color;
}
Event Timeline
Log In to Comment