Skip to content

Commit

Permalink
Add empty line to shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphula committed Feb 27, 2024
1 parent d29fa6e commit 74328eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/multiple_render_targets/shader.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ fn fs_multi_main(vs: VertexOutput) -> FragmentOutput {
fn fs_display_main(vs: VertexOutput) -> @location(0) vec4<f32> {
let smp = textureSample(image_texture, image_sampler, vs.uv).xyz;
return vec4<f32>(smp, 1.0);
}
}

0 comments on commit 74328eb

Please sign in to comment.