6 lines
87 B
GLSL
6 lines
87 B
GLSL
layout(set=0) uniform float4 sk_RTAdjust;
|
|
|
|
void main() {
|
|
sk_Position = half4(1);
|
|
}
|