2021-05-18 02:00:12 +00:00
|
|
|
(
|
2021-09-15 18:43:52 +00:00
|
|
|
spv: (
|
|
|
|
version: (1, 0),
|
|
|
|
capabilities: [ Shader, SampleRateShading ],
|
|
|
|
adjust_coordinate_space: false,
|
|
|
|
force_point_size: true,
|
2021-09-27 23:00:10 +00:00
|
|
|
clamp_frag_depth: true,
|
2021-09-15 18:43:52 +00:00
|
|
|
separate_entry_points: true,
|
|
|
|
),
|
2021-08-17 05:07:15 +00:00
|
|
|
hlsl: (
|
|
|
|
shader_model: V5_1,
|
|
|
|
binding_map: {},
|
|
|
|
fake_missing_bindings: false,
|
|
|
|
special_constants_binding: Some((space: 1, register: 0)),
|
|
|
|
),
|
2021-11-26 16:32:00 +00:00
|
|
|
wgsl: (
|
|
|
|
explicit_types: true,
|
|
|
|
),
|
2022-03-23 17:58:19 +00:00
|
|
|
msl: (
|
|
|
|
lang_version: (2, 1),
|
|
|
|
per_stage_map: (),
|
|
|
|
inline_samplers: [],
|
|
|
|
spirv_cross_compatibility: false,
|
|
|
|
fake_missing_bindings: false,
|
|
|
|
),
|
2022-01-18 20:17:59 +00:00
|
|
|
msl_pipeline: (
|
|
|
|
allow_point_size: true,
|
|
|
|
),
|
2021-05-18 02:00:12 +00:00
|
|
|
)
|