re-run generation on Vulkan version 1.0.39 with Structure::setSType() functions filtered out. (#65)

This commit is contained in:
Andreas Süßenbach 2017-02-01 19:15:05 +01:00 committed by Markus Tavenrath
parent 43ec5d8ea9
commit f7cf7eeb3e

View File

@ -8340,12 +8340,6 @@ namespace vk
return *this;
}
ViSurfaceCreateInfoNN& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
ViSurfaceCreateInfoNN& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -9386,12 +9380,6 @@ namespace vk
return *this;
}
PhysicalDeviceFeatures2KHR& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ )
{
pNext = pNext_;
@ -10773,12 +10761,6 @@ namespace vk
return *this;
}
PhysicalDeviceImageFormatInfo2KHR& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
PhysicalDeviceImageFormatInfo2KHR& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -14276,12 +14258,6 @@ namespace vk
return *this;
}
PhysicalDeviceSparseImageFormatInfo2KHR& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
PhysicalDeviceSparseImageFormatInfo2KHR& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -17042,12 +17018,6 @@ namespace vk
return *this;
}
SwapchainCounterCreateInfoEXT& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
SwapchainCounterCreateInfoEXT& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -17113,12 +17083,6 @@ namespace vk
return *this;
}
DisplayPowerInfoEXT& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
DisplayPowerInfoEXT& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -17182,12 +17146,6 @@ namespace vk
return *this;
}
DeviceEventInfoEXT& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
DeviceEventInfoEXT& setPNext( const void* pNext_ )
{
pNext = pNext_;
@ -17251,12 +17209,6 @@ namespace vk
return *this;
}
DisplayEventInfoEXT& setSType( StructureType sType_ )
{
sType = sType_;
return *this;
}
DisplayEventInfoEXT& setPNext( const void* pNext_ )
{
pNext = pNext_;