mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
3 lines
117 B
WebGPU Shading Language
3 lines
117 B
WebGPU Shading Language
|
// this is made available to the importing module
|
||
|
const COLOR_MULTIPLIER: vec4<f32> = vec4<f32>(1.0, 1.0, 1.0, 0.5);
|