Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
SwizzleOutOfBounds.glsl
blob: bdf987b3d39130dea9b9e755de7fa2ad8350a9aa [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
invalid swizzle component
'z'
void
func
()
{
float3 test
=
float2
(
1
).
xyz
;
}
^
1
error