wgpu/tests/in/glsl/277-casting.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
101 B
GLSL

// AUTHOR: Napokue
// ISSUE: #277
// FIX: #278
#version 450
void main() {
float a = float(1);
}