unplugged-system/external/skia/tests/sksl/runtime/ConstPreservation.minified.sksl

2 lines
138 B
Plaintext
Raw Normal View History

noinline half a(const half b){return b;}half2 b(const half2 c){return c;}half4 main(float2 c){return half4(a(0.),1.,b(half2(0.,a(1.))));}