Files
matrix/shaders/rainPass.frag.wgsl

4 lines
126 B
WebGPU Shading Language

[[stage(fragment)]] fn main([[location(0)]] UV : vec2<f32>) -> [[location(0)]] vec4<f32> {
return vec4<f32>(0.0, UV, 1.0);
}