git-svn-id: svn://db.shs.com.ru/libs@70 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-12-13 21:45:21 +00:00
parent 0ba2de4741
commit cf8bb76a80
4 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#version 150
void main(void) {
qgl_FragTexture = qgl_Texture;
gl_Position = qgl_ftransform();
}