Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwizzleOutOfBounds.rts
blob: 2d26c1e82f84a823bc8e4c68d393ec1a067e55c3 [
file
] [
log
] [
blame
]
void
func
()
{
float3 test
=
float2
(
1
).
xyz
;
}
/*%%*
invalid swizzle component 'z'
*%%*/