wgpu/tests/in/skybox.param.ron

58 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-12-13 06:20:39 +00:00
(
spv_flow_dump_prefix: "",
2021-02-14 05:37:54 +00:00
spv_version: (1, 0),
spv_debug: false,
spv_adjust_coordinate_space: false,
2021-04-07 14:29:35 +00:00
msl_custom: true,
msl: (
lang_version: (2, 1),
per_stage_map: (
2021-06-27 04:26:12 +00:00
vs: (
resources: {
(group: 0, binding: 0): (buffer: Some(0)),
},
),
fs: (
resources: {
(group: 0, binding: 1): (texture: Some(0)),
(group: 0, binding: 2): (sampler: Some(Inline(0))),
},
),
2021-04-13 05:22:00 +00:00
),
inline_samplers: [
(
coord: Normalized,
address: (ClampToEdge, ClampToEdge, ClampToEdge),
mag_filter: Linear,
min_filter: Linear,
mip_filter: None,
border_color: TransparentBlack,
compare_func: Never,
lod_clamp: Some((start: 0.5, end: 10.0)),
max_anisotropy: Some(8),
),
],
2021-04-07 14:29:35 +00:00
spirv_cross_compatibility: false,
fake_missing_bindings: false,
2021-06-27 04:26:12 +00:00
),
glsl_custom: true,
glsl: (
version: Embedded(320),
2021-06-28 05:40:45 +00:00
writer_flags: (bits: 0),
2021-06-27 04:26:12 +00:00
binding_map: {
(group: 0, binding: 0): 0,
(group: 0, binding: 1): 0,
},
),
2021-07-18 04:10:19 +00:00
hlsl_custom: true,
hlsl: (
shader_model: V5_1,
binding_map: {
(group: 0, binding: 0): (space: 0, register: 0),
(group: 0, binding: 1): (space: 0, register: 0),
(group: 0, binding: 2): (space: 1, register: 0),
},
fake_missing_bindings: false,
),
2020-12-13 06:20:39 +00:00
)