Files
wgpu/tests/in/interface.param.ron
2021-09-27 23:00:10 +00:00

18 lines
365 B
Plaintext

(
spv: (
version: (1, 0),
capabilities: [ Shader, SampleRateShading ],
adjust_coordinate_space: false,
force_point_size: true,
clamp_frag_depth: true,
separate_entry_points: true,
),
hlsl_custom: true,
hlsl: (
shader_model: V5_1,
binding_map: {},
fake_missing_bindings: false,
special_constants_binding: Some((space: 1, register: 0)),
),
)