87e6ccde21
Change-Id: I01c150d6bfcdd1500033521a87c058c7428c3521 Bug: skia:10694 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317769 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com>
6 lines
73 B
GLSL
6 lines
73 B
GLSL
uniform float4 sk_RTAdjust;
|
|
|
|
void main() {
|
|
sk_Position = half4(1);
|
|
}
|