Skip to content

Commit

Permalink
fixup! fix: always check buffer clear offset for OOB
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Feb 22, 2024
1 parent 5b12fc6 commit 17c8f32
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 @@ -329,7 +329,7 @@ static MINIMUM_BUFFER_BINDING_SIZE_DISPATCH: GpuTestConfiguration = GpuTestConfi

#[gpu_test]
static CLEAR_OFFSET_OUTSIDE_RESOURCE_BOUNDS: GpuTestConfiguration = GpuTestConfiguration::new()
.parameters(TestParameters::default().test_features_limits())
.parameters(TestParameters::default())
.run_sync(|ctx| {
let size = 16;

Expand Down

0 comments on commit 17c8f32

Please sign in to comment.