Regenerate against Vulkan-Headers 1.3.210 with generator updates
8dd682b
("Update Vulkan-Headers to 1.3.210 (#605)") wasn't based off of
the most recent master containing generator updates, leading to obvious
changes missing in generated output.
This commit is contained in:
parent
b905e16b17
commit
50a86824da
|
@ -32288,6 +32288,7 @@ pub struct PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT<'a> {
|
||||||
pub _marker: PhantomData<&'a ()>,
|
pub _marker: PhantomData<&'a ()>,
|
||||||
}
|
}
|
||||||
impl ::std::default::Default for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT<'_> {
|
impl ::std::default::Default for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT<'_> {
|
||||||
|
#[inline]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
s_type: StructureType::PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT,
|
s_type: StructureType::PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT,
|
||||||
|
@ -38237,6 +38238,7 @@ pub struct PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT<'a> {
|
||||||
pub _marker: PhantomData<&'a ()>,
|
pub _marker: PhantomData<&'a ()>,
|
||||||
}
|
}
|
||||||
impl ::std::default::Default for PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT<'_> {
|
impl ::std::default::Default for PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT<'_> {
|
||||||
|
#[inline]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
s_type: StructureType::PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_FEATURES_EXT,
|
s_type: StructureType::PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_FEATURES_EXT,
|
||||||
|
@ -38270,6 +38272,7 @@ pub struct PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a> {
|
||||||
pub _marker: PhantomData<&'a ()>,
|
pub _marker: PhantomData<&'a ()>,
|
||||||
}
|
}
|
||||||
impl ::std::default::Default for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'_> {
|
impl ::std::default::Default for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'_> {
|
||||||
|
#[inline]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
s_type: StructureType::PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT,
|
s_type: StructureType::PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT,
|
||||||
|
@ -38314,6 +38317,7 @@ pub struct GraphicsPipelineLibraryCreateInfoEXT<'a> {
|
||||||
pub _marker: PhantomData<&'a ()>,
|
pub _marker: PhantomData<&'a ()>,
|
||||||
}
|
}
|
||||||
impl ::std::default::Default for GraphicsPipelineLibraryCreateInfoEXT<'_> {
|
impl ::std::default::Default for GraphicsPipelineLibraryCreateInfoEXT<'_> {
|
||||||
|
#[inline]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
s_type: StructureType::GRAPHICS_PIPELINE_LIBRARY_CREATE_INFO_EXT,
|
s_type: StructureType::GRAPHICS_PIPELINE_LIBRARY_CREATE_INFO_EXT,
|
||||||
|
|
Loading…
Reference in a new issue