git-svn-id: svn://db.shs.com.ru/libs@586 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
8
test/qglview/shaders/selection.vert
Normal file
8
test/qglview/shaders/selection.vert
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 150
|
||||
|
||||
uniform float z_near, z_far;
|
||||
|
||||
void main(void) {
|
||||
vec4 pos = qgl_ftransform();
|
||||
gl_Position = pos;
|
||||
}
|
||||
Reference in New Issue
Block a user