Skip to content

Commit

Permalink
Compat: Fix texture-utils to for 0 storage buffers in frag stage
Browse files Browse the repository at this point in the history
The new validation triggered this issue.
  • Loading branch information
greggman committed Dec 23, 2024
1 parent 9873a0f commit d8872cb
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 d8872cb

Please sign in to comment.