First Commit
This commit is contained in:
9
externals/glslang/Test/spv.multiView.frag
vendored
Normal file
9
externals/glslang/Test/spv.multiView.frag
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
|
||||
#extension GL_EXT_multiview : enable
|
||||
|
||||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = vec4(gl_ViewIndex, 0, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user