wgpu/tests/in/interface.param.ron

14 lines
313 B
Plaintext
Raw Normal View History

2021-05-18 02:00:12 +00:00
(
spv_version: (1, 0),
spv_capabilities: [ Shader, SampleRateShading ],
spv_adjust_coordinate_space: false,
spv_separate_entry_points: true,
2021-08-17 05:07:15 +00:00
hlsl_custom: true,
hlsl: (
shader_model: V5_1,
binding_map: {},
fake_missing_bindings: false,
special_constants_binding: Some((space: 1, register: 0)),
),
2021-05-18 02:00:12 +00:00
)