6 lines
73 B
GLSL
6 lines
73 B
GLSL
uniform float4 sk_RTAdjust;
|
|
|
|
void main() {
|
|
sk_Position = half4(1);
|
|
}
|