Skip to content

Commit

Permalink
Update generated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Apr 15, 2024
1 parent fe39f06 commit 7a085d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .commits
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
KhronosGroup/Vulkan-Docs/main/xml/vk.xml => d6029cc2b7499faf2e7857420ec4996fc5cb0a50
KhronosGroup/Vulkan-Docs/main/xml/vk.xml => 315493e7b2ed31e3d33f124f95a4b1c0cdbfaf84
KhronosGroup/Vulkan-Headers/main/include/vk_video => 5a5c9a643484d888873e32c5d7d484fae8e71d3d
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.24.0] - UNRELEASED

### Bindings Updates
- [Fixes to proposal document markup and for Antora](https://github.com/KhronosGroup/Vulkan-Docs/commit/08d90ab2b71c21e8507fc0fb80461eaafa844d1c)
- [Update proposals links to current spec / refpages](https://github.com/KhronosGroup/Vulkan-Docs/commit/7ccda9da169c801c91e690b178c6b00f79cd02f3)
- [Adjust proposal links to point to the docs site from the Antora build](https://github.com/KhronosGroup/Vulkan-Docs/commit/fad27392b1818a7356e8a65a77ce9e723d4a7f3f)
- [Resolve some typos (#2333)](https://github.com/KhronosGroup/Vulkan-Docs/commit/cce62b5fe90a31a3b33786cfe29d60f5d4a27bda)
- [April 13, 2024 Vulkan 1.3.282 spec update](https://github.com/KhronosGroup/Vulkan-Docs/commit/315493e7b2ed31e3d33f124f95a4b1c0cdbfaf84)

## [0.23.0] - 2024-03-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions vulkanalia-sys/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ impl Format {
pub const PVRTC1_4BPP_SRGB_BLOCK_IMG: Self = Self(1000054005);
pub const PVRTC2_2BPP_SRGB_BLOCK_IMG: Self = Self(1000054006);
pub const PVRTC2_4BPP_SRGB_BLOCK_IMG: Self = Self(1000054007);
pub const R16G16_S10_5_NV: Self = Self(1000464000);
pub const R16G16_SFIXED5_NV: Self = Self(1000464000);
pub const A1B5G5R5_UNORM_PACK16_KHR: Self = Self(1000470000);
pub const A8_UNORM_KHR: Self = Self(1000470001);

Expand Down Expand Up @@ -2515,7 +2515,7 @@ impl fmt::Debug for Format {
1000054005 => write!(f, "PVRTC1_4BPP_SRGB_BLOCK_IMG"),
1000054006 => write!(f, "PVRTC2_2BPP_SRGB_BLOCK_IMG"),
1000054007 => write!(f, "PVRTC2_4BPP_SRGB_BLOCK_IMG"),
1000464000 => write!(f, "R16G16_S10_5_NV"),
1000464000 => write!(f, "R16G16_SFIXED5_NV"),
1000470000 => write!(f, "A1B5G5R5_UNORM_PACK16_KHR"),
1000470001 => write!(f, "A8_UNORM_KHR"),
_ => self.0.fmt(f),
Expand Down

0 comments on commit 7a085d4

Please sign in to comment.