wgpu/tests/in/glsl/280-matrix-cast.vert
João Capucho 87748a2fe3
[glsl-in] Add integration tests to CI (#943)
* [glsl-in] Add glsl snapshots folder

* [glsl-in] Fix incorrect angle brackets parsing

* [glsl-in] Temporarily remove wgsl snapshot output
2021-06-03 15:34:54 -04:00

9 lines
96 B
GLSL

// AUTHOR: pjoe
// ISSUE: #280
// FIX: #898
#version 450
void main() {
mat4 a = mat4(1);
}