Sign in
skia
/
skia
/
f4467ff38f1f0495307b3fe8cf4a3f564c33f7f3
/
.
/
tests
/
sksl
/
runtime
/
SwitchDefaultOnly.minified.sksl
blob: a3b4d4ba0588361ee9c9af5c87e73bd2825ccc4a [
file
]
uniform half4 colorGreen
;
uniform half4 colorRed
;
half4 main
(
float2 a
){
switch
(
int
(
colorGreen
.
y
)){
default
:
return
colorGreen
;}}