Commit f7c38b0
committed
Commit generated Vulkan bindings
There are some file names that are incorrect (the enum name inside the file is fine), such as sources/Vulkan/Vulkan/Vulkan/VkBufferCreateFlagBits.gen.cs. They all seem to be enums.
I did some light checking and it seems that these incorrectly named enums don't have equivalents in the Enums folder.
Some enums have multiple versions, which is expected, but the newer versions tend to be in the Enums folder while the older versions are in the Vulkan folder:
For example:
sources/Vulkan/Vulkan/Vulkan/VkAccessFlagBits.gen.cs
sources/Vulkan/Vulkan/Enums/AccessFlags2.gen.cs
sources/Vulkan/Vulkan/Enums/AccessFlags3KHR.gen.cs
Interestingly, as I was writing this commit message, I noticed that AccessFlags.gen.cs was named correctly before I added the traverse argument in my previous commits.1 parent 1798e32 commit f7c38b0
File tree
1,511 files changed
+165332
-696
lines changed- .silktouch
- sources/Vulkan/Vulkan
- Enums
- IVulkan
- Vulkan
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,511 files changed
+165332
-696
lines changedBinary file not shown.
Binary file not shown.
Lines changed: 0 additions & 6 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
Lines changed: 0 additions & 6 deletions
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments