1layout(set=0) uniform float4 sk_RTAdjust;
2
3void main() {
4    sk_Position = half4(1);
5}
6