File: glarea-gles.vs.glsl

package info (click to toggle)
gtkmm3.0 3.24.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,316 kB
  • sloc: xml: 121,335; cpp: 8,647; makefile: 286; sh: 202; python: 6
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
attribute vec4 position;

uniform mat4 mvp;

void main() {
  gl_Position = mvp * position;
}