wgpu/tests/out/empty-Compute.glsl.snap
2021-02-07 18:16:26 -05:00

13 lines
124 B
Plaintext

---
source: tests/snapshots.rs
expression: string
---
#version 310 es
precision highp float;
void main() {
return;
}