Skip to content

Commit

Permalink
Compat: Fix texture-utils to for 0 storage buffers in frag stage (#4115)
Browse files Browse the repository at this point in the history
The new validation triggered this issue.
  • Loading branch information
greggman authored Dec 25, 2024
1 parent edebcf0 commit ba2bd8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5068,7 +5068,7 @@ ${stageWGSL}
entries: [
{
binding: 0,
visibility: GPUShaderStage.FRAGMENT | GPUShaderStage.COMPUTE,
visibility: GPUShaderStage.COMPUTE,
buffer: {
type: 'storage',
},
Expand Down

0 comments on commit ba2bd8a

Please sign in to comment.