Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jedjoud10 committed Aug 2, 2023
1 parent b221c24 commit a80f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn make_context_with_queues(
.name("phobos test framework")
.version((0, 0, 1))
.validation(false)
.scratch_size(1024 as u64)
.scratch_chunk_size(1024 as u64)
.gpu(GPURequirements {
dedicated: false,
min_video_memory: 0,
Expand Down

0 comments on commit a80f3ab

Please sign in to comment.