android13/external/skia/resources/sksl/errors/UnscopedVariableInIf.rts

8 lines
92 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
void func() {
if (true) half4 x;
}
/*%%*
variable 'x' must be created in a scope
*%%*/