mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
35 lines
772 B
Plaintext
35 lines
772 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: (
|
|
shader_model: V5_1,
|
|
binding_map: {},
|
|
fake_missing_bindings: false,
|
|
special_constants_binding: Some((space: 1, register: 0)),
|
|
zero_initialize_workgroup_memory: true,
|
|
restrict_indexing: true
|
|
),
|
|
wgsl: (
|
|
explicit_types: true,
|
|
),
|
|
msl: (
|
|
lang_version: (2, 1),
|
|
per_entry_point_map: {},
|
|
inline_samplers: [],
|
|
spirv_cross_compatibility: false,
|
|
fake_missing_bindings: false,
|
|
zero_initialize_workgroup_memory: true,
|
|
),
|
|
msl_pipeline: (
|
|
allow_and_force_point_size: true,
|
|
vertex_pulling_transform: false,
|
|
vertex_buffer_mappings: [],
|
|
),
|
|
)
|