mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-12-04 20:53:57 +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
96 B
GLSL
9 lines
96 B
GLSL
// AUTHOR: pjoe
|
|
// ISSUE: #280
|
|
// FIX: #898
|
|
#version 450
|
|
|
|
void main() {
|
|
mat4 a = mat4(1);
|
|
}
|