Commit b5bd5ae
Mesh shaders MSL writer (gfx-rs#8739)
* Single squashed commit
* Updated changelog
* Fixed stupid changelog thing
* If I have to do this one more fucking time I'm gonna lose it
* Removed some pub(super)'s
* Thing
---------
Co-authored-by: Andreas Reich <[email protected]>1 parent 63727cf commit b5bd5ae
46 files changed
Lines changed: 1787 additions & 553 deletions
File tree
- examples/features/src/mesh_shader
- naga-cli/src/bin
- naga
- src
- back/msl
- ir
- tests
- in/wgsl
- naga
- out/msl
- tests/tests/wgpu-gpu/mesh_shader
- wgpu-core/src
- command
- device
- wgpu-hal/src
- dx12
- gles
- metal
- vulkan
- wgpu-info/src
- wgpu-types/src
- wgpu/src/backend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
| |||
32 | 21 | | |
33 | 22 | | |
34 | 23 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
62 | 33 | | |
63 | 34 | | |
64 | 35 | | |
| |||
68 | 39 | | |
69 | 40 | | |
70 | 41 | | |
71 | | - | |
| 42 | + | |
72 | 43 | | |
73 | 44 | | |
74 | 45 | | |
| |||
79 | 50 | | |
80 | 51 | | |
81 | 52 | | |
82 | | - | |
| 53 | + | |
83 | 54 | | |
84 | 55 | | |
85 | 56 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
| 579 | + | |
578 | 580 | | |
579 | 581 | | |
580 | 582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments