]> git.nega.tv - josh/narcissus/commitdiff
vulkan-sys: Fix PipelineLayoutCreateInfo definition
authorJosh Simmons <josh@nega.tv>
Sat, 25 May 2024 13:33:50 +0000 (15:33 +0200)
committerJosh Simmons <josh@nega.tv>
Sat, 25 May 2024 13:33:50 +0000 (15:33 +0200)
external/vulkan-sys/src/structs.rs

index 08b8ec190e43af5cd563ae4398b5b0bf84b8c761..13f5f534467d00dfefcd1782201f8da4debb734d 100644 (file)
@@ -1703,7 +1703,7 @@ pub struct PipelineLayoutCreateInfo<'a> {
     pub _next: *const c_void,
     pub flags: PipelineLayoutCreateFlags,
     pub set_layouts: VulkanSlice1<'a, u32, DescriptorSetLayout, 0>,
-    pub push_constant_ranges: VulkanSlice1<'a, u32, DescriptorSetLayout, 4>,
+    pub push_constant_ranges: VulkanSlice1<'a, u32, PushConstantRange, 4>,
 }
 
 impl<'a> Default for PipelineLayoutCreateInfo<'a> {