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