unplugged-system/external/skia/resources/sksl/wgsl/VertexPositionOutputIsAlwaysDeclared.vert

4 lines
110 B
GLSL
Raw Normal View History

void main() {
// Required WGSL pipeline stage outputs must be declared even if main references nothing.
}