port from perforce
This commit is contained in:
10
hgplus/ShaderMinifier/tests/real/gfx monitor/gradation.gs
Normal file
10
hgplus/ShaderMinifier/tests/real/gfx monitor/gradation.gs
Normal file
@@ -0,0 +1,10 @@
|
||||
// VertexProgram
|
||||
|
||||
varying vec4 p;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = gl_Vertex;
|
||||
p = gl_Vertex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user