Skip to content

Commit

Permalink
Ignore push_constant_input test on GL, it has never worked but was sk…
Browse files Browse the repository at this point in the history
…ipped until now
  • Loading branch information
Dinnerbone committed Jan 12, 2023
1 parent 47ef07c commit 6738aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wgpu/tests/shader/struct_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ fn push_constant_input() {
.limits(Limits {
max_push_constant_size: MAX_BUFFER_SIZE as u32,
..Limits::downlevel_defaults()
}),
})
.backend_failure(Backends::GL),
|ctx| {
shader_input_output_test(
ctx,
Expand Down

0 comments on commit 6738aff

Please sign in to comment.