Files
wgpu/tests/in/skybox.param.ron
2021-06-28 15:01:39 -04:00

48 lines
976 B
Plaintext

(
spv_flow_dump_prefix: "",
spv_version: (1, 0),
spv_debug: false,
spv_adjust_coordinate_space: false,
msl_custom: true,
msl: (
lang_version: (2, 1),
per_stage_map: (
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))),
},
),
),
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),
),
],
spirv_cross_compatibility: false,
fake_missing_bindings: false,
),
glsl_custom: true,
glsl: (
version: Embedded(320),
writer_flags: (bits: 0),
binding_map: {
(group: 0, binding: 0): 0,
(group: 0, binding: 1): 0,
},
),
)