aboutsummaryrefslogtreecommitdiff
path: root/vendor/vulkan/core.odin
Commit message (Collapse)AuthorAgeFilesLines
* Doc lines for vendor:*Jeroen van Rijn2025-10-101-3/+1
|
* Fixed vulkan bindings.Username-Leon2025-09-291-1065/+1069
| | | | In vendor/vulkan, vendor constants ending with EXT/AMD/NV/NVX/GOOGLE/KHX (all except KHR) are now present. VK_SHADER_UNUSED_KHR (as well as others previously absent) was improperly translated from (~0U) to 0. Explicit checks for "(~0U)", "(~0UL)" and "(~0ULL)" have been added to produce ~u32(0) and ~u64(0). Hardcoded constants in the bindings generator ending with EXT have been removed as they are now properly caught by the regex.
* `MAKE_VERSION` be `"contextless"`gingerBill2025-09-251-1/+1
|
* add vulkan vulkan_beta.h bindingsReio Piller2025-02-271-0/+9
|
* vulkan bindings update with bit_set/bit_field handling changesReio Piller2025-02-261-1/+28
|
* vendor:vulkan Add support for xlib and xcbfleandro2024-12-301-0/+6
|
* add missing vulkan video constantswrapperup2024-12-071-0/+26
|
* regenerate vulkan vendor bindings (1.4.303)wrapperup2024-12-021-6/+26
|
* generate new vulkan files (1.3.296)wrapperup2024-09-261-15/+183
|
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
|
* generate new bindingsKithuppi2023-12-181-1005/+1005
|
* Generate the new vulkan filesNoahR022023-05-201-756/+924
|
* Add Vulkan-Wayland to wrapper generatorJeroen van Rijn2023-04-081-834/+837
| | | | Closes #2442
* Revert "Add VK Wayland"Jeroen van Rijn2023-04-081-837/+834
| | | | This reverts commit 8b29b07f5a0089139ee34074344fe6b9c7d3a693.
* Add VK WaylandJeroen van Rijn2023-04-081-834/+837
| | | | Closes #2442
* Fix #1720gingerBill2022-04-261-0/+3
|
* Update Vulkan generation and packagegingerBill2022-04-151-21/+77
|
* vendor:vulkan: Remove unused core:c import.Jeroen van Rijn2021-09-231-2/+0
|
* Add heuristics to make pointers `[^]` where appropriate for vulkangingerBill2021-09-121-2/+0
|
* Update vulkan generator toolgingerBill2021-09-081-1/+10
|
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-744/+744
|
* Add `vendor:vulkan`gingerBill2021-08-241-0/+770