mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
7 lines
91 B
GLSL
7 lines
91 B
GLSL
#version 450 core
|
|
|
|
uint i;
|
|
const float[2] array = { 1.0, 2.0 };
|
|
|
|
void main() { array[i]; }
|