mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-30 18:53:25 +00:00
13 lines
124 B
Plaintext
13 lines
124 B
Plaintext
---
|
|
source: tests/snapshots.rs
|
|
expression: string
|
|
---
|
|
#version 310 es
|
|
|
|
precision highp float;
|
|
|
|
void main() {
|
|
return;
|
|
}
|
|
|