mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-12-13 00:55:53 +00:00
81dc67402a
Previously this was done with UBOs but this posed some problems when integrating with wgpu (see https://github.com/gfx-rs/wgpu/pull/2400)
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
(
|
|
spv: (
|
|
version: (1, 0),
|
|
capabilities: [ Shader, SampleRateShading ],
|
|
debug: true,
|
|
force_point_size: true,
|
|
adjust_coordinate_space: true,
|
|
),
|
|
glsl: (
|
|
version: Desktop(400),
|
|
writer_flags: (bits: 0),
|
|
binding_map: {},
|
|
),
|
|
)
|