mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 23:34:29 +00:00
87748a2fe3
* [glsl-in] Add glsl snapshots folder * [glsl-in] Fix incorrect angle brackets parsing * [glsl-in] Temporarily remove wgsl snapshot output
9 lines
101 B
GLSL
9 lines
101 B
GLSL
// AUTHOR: Napokue
|
|
// ISSUE: #277
|
|
// FIX: #278
|
|
#version 450
|
|
|
|
void main() {
|
|
float a = float(1);
|
|
}
|