mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
12 lines
242 B
TOML
12 lines
242 B
TOML
targets = "SPIRV | METAL | GLSL | DOT | HLSL | WGSL"
|
|
|
|
[glsl]
|
|
version.Embedded = { is_webgl = false, version = 300 }
|
|
writer_flags = ""
|
|
zero_initialize_workgroup_memory = true
|
|
|
|
[spv]
|
|
adjust_coordinate_space = true
|
|
debug = true
|
|
version = [1, 0]
|