1 2 3 4
@fragment fn fs_main(@location(0) color: vec4<f32>) -> @location(0) vec4<f32> { return vec4<f32>(color.rgb * 1.15, color.a); }