Implement NVX_multiview_per_view_attributes
This commit is contained in:
10
Test/spv.multiviewPerViewAttributes.vert
Normal file
10
Test/spv.multiviewPerViewAttributes.vert
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 450
|
||||
|
||||
#extension GL_NVX_multiview_per_view_attributes :require
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_ViewportMaskPerViewNV[0] = 1;
|
||||
gl_PositionPerViewNV[0] = gl_Position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user