File: opengl_vertex.glsl

package info (click to toggle)
minetest 5.6.1%2Bdfsg%2B~1.9.0mt8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 48,628 kB
  • sloc: cpp: 209,002; ansic: 14,537; sh: 914; java: 561; python: 303; xml: 208; makefile: 36
file content (4 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
void main(void)
{
	gl_Position = mWorldViewProj * inVertexPosition;
}