android13/external/skia/resources/sksl/errors/DuplicateOutput.sksl

6 lines
122 B
Plaintext

layout (location=0, index=0) out half4 duplicateOutput;
/*%%*
out location=0, index=0 is reserved for sk_FragColor
*%%*/