mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
re-run generation on Vulkan version 1.0.39 with Structure::setSType() functions filtered out. (#65)
This commit is contained in:
parent
43ec5d8ea9
commit
f7cf7eeb3e
@ -8340,12 +8340,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
ViSurfaceCreateInfoNN& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
ViSurfaceCreateInfoNN& setPNext( const void* pNext_ )
|
ViSurfaceCreateInfoNN& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -9386,12 +9380,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
PhysicalDeviceFeatures2KHR& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ )
|
PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -10773,12 +10761,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
PhysicalDeviceImageFormatInfo2KHR& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
PhysicalDeviceImageFormatInfo2KHR& setPNext( const void* pNext_ )
|
PhysicalDeviceImageFormatInfo2KHR& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -14276,12 +14258,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
PhysicalDeviceSparseImageFormatInfo2KHR& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
PhysicalDeviceSparseImageFormatInfo2KHR& setPNext( const void* pNext_ )
|
PhysicalDeviceSparseImageFormatInfo2KHR& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -17042,12 +17018,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
SwapchainCounterCreateInfoEXT& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
SwapchainCounterCreateInfoEXT& setPNext( const void* pNext_ )
|
SwapchainCounterCreateInfoEXT& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -17113,12 +17083,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
DisplayPowerInfoEXT& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
DisplayPowerInfoEXT& setPNext( const void* pNext_ )
|
DisplayPowerInfoEXT& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -17182,12 +17146,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
DeviceEventInfoEXT& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
DeviceEventInfoEXT& setPNext( const void* pNext_ )
|
DeviceEventInfoEXT& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
@ -17251,12 +17209,6 @@ namespace vk
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
DisplayEventInfoEXT& setSType( StructureType sType_ )
|
|
||||||
{
|
|
||||||
sType = sType_;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
DisplayEventInfoEXT& setPNext( const void* pNext_ )
|
DisplayEventInfoEXT& setPNext( const void* pNext_ )
|
||||||
{
|
{
|
||||||
pNext = pNext_;
|
pNext = pNext_;
|
||||||
|
Loading…
Reference in New Issue
Block a user