port from perforce
This commit is contained in:
13
hgplus/ShaderMinifier/tests/real/extatique/scene40.vs
Normal file
13
hgplus/ShaderMinifier/tests/real/extatique/scene40.vs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
varying vec3 wpos;
|
||||
varying vec3 N;
|
||||
uniform vec3 eyePos;
|
||||
|
||||
void main()
|
||||
{
|
||||
wpos = gl_Vertex.xyz;
|
||||
gl_Position = ftransform();
|
||||
gl_FrontColor = gl_Color;
|
||||
N = gl_Normal;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user