mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
(
|
|
bounds_check_policies: (
|
|
index: Restrict,
|
|
buffer: Unchecked,
|
|
image_load: ReadZeroSkipWrite,
|
|
image_store: ReadZeroSkipWrite,
|
|
),
|
|
spv: (
|
|
version: (1, 1),
|
|
debug: true,
|
|
),
|
|
)
|