First Commit
This commit is contained in:
14
externals/glslang/Test/spv.450.geom
vendored
Normal file
14
externals/glslang/Test/spv.450.geom
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#version 450 core
|
||||
|
||||
layout(triangles) in;
|
||||
|
||||
layout(line_strip) out;
|
||||
layout(max_vertices = 127) out;
|
||||
layout(invocations = 4) in;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_PointSize = gl_in[1].gl_PointSize;
|
||||
gl_Layer = 2;
|
||||
gl_ViewportIndex = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user