Files
wgpu/naga/tests/in/wgsl/interface.toml

24 lines
615 B
TOML

msl_pipeline = { allow_and_force_point_size = true, vertex_buffer_mappings = [
], vertex_pulling_transform = false }
targets = "SPIRV | METAL | HLSL | WGSL"
wgsl = { explicit_types = true }
[msl]
fake_missing_bindings = false
lang_version = [2, 1]
spirv_cross_compatibility = false
zero_initialize_workgroup_memory = true
[hlsl]
fake_missing_bindings = false
restrict_indexing = true
special_constants_binding = { register = 0, space = 1 }
zero_initialize_workgroup_memory = true
[spv]
adjust_coordinate_space = false
clamp_frag_depth = true
force_point_size = true
separate_entry_points = true
version = [1, 0]