Skip to content

Commit

Permalink
fixup! fix: command_encoder_clear_buffer: err. on `offset + size > …
Browse files Browse the repository at this point in the history
…u64::MAX`
  • Loading branch information
ErichDonGubler committed Feb 22, 2024
1 parent 17c8f32 commit 2e6138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static CLEAR_OFFSET_OUTSIDE_RESOURCE_BOUNDS: GpuTestConfiguration = GpuTestConfi
#[gpu_test]
static CLEAR_OFFSET_PLUS_SIZE_OUTSIDE_U64_BOUNDS: GpuTestConfiguration =
GpuTestConfiguration::new()
.parameters(TestParameters::default().test_features_limits())
.parameters(TestParameters::default())
.run_sync(|ctx| {
let buffer = ctx.device.create_buffer(&wgpu::BufferDescriptor {
label: None,
Expand Down

0 comments on commit 2e6138e

Please sign in to comment.