wgpu/tests/in/padding.param.ron
Teodor Tanasoaia bd62887a13
[hlsl-out] Add more padding when necessary (#1814)
* [hlsl-out] add padding at the end of structs and after struct members of type matrix and array (when necessary)

* use wrapped constructor fn for constants

* add array as fn arg test

* fix glsl array fn arg

* add wrapped constructor for arrays

* [glsl-out] support multidimensional arrays

* address comments
2022-04-11 20:34:06 -07:00

23 lines
496 B
Plaintext

(
spv: (
version: (1, 1),
debug: true,
adjust_coordinate_space: false,
),
msl: (
lang_version: (2, 0),
per_stage_map: (
vs: (
resources: {
(group: 0, binding: 0): (buffer: Some(0), mutable: false),
(group: 0, binding: 1): (buffer: Some(1), mutable: false),
(group: 0, binding: 2): (buffer: Some(2), mutable: false),
},
),
),
inline_samplers: [],
spirv_cross_compatibility: false,
fake_missing_bindings: false,
),
)