SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V.
Includes adding test cases to verify the differences.
This commit is contained in:
6
Test/spv.glFragColor.frag
Normal file
6
Test/spv.glFragColor.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 330
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user