First Commit
This commit is contained in:
9
externals/glslang/Test/spv.OVR_multiview.vert
vendored
Normal file
9
externals/glslang/Test/spv.OVR_multiview.vert
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 330
|
||||
|
||||
#extension GL_OVR_multiview : enable
|
||||
|
||||
layout(num_views = 2) in;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(gl_ViewID_OVR, 0, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user