mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #1053 from asuessenbach/190
Update to VK_HEADER_VERSION 190.
This commit is contained in:
commit
f417856cfd
@ -1 +1 @@
|
||||
Subproject commit c5b7a2fa18750e435e91e06a50cdc5451c5b9abd
|
||||
Subproject commit 9e62d027636cd7210f60d934f56107ed6e1579b8
|
@ -13512,7 +13512,7 @@ void VulkanHppGenerator::readExtensionRequireType( tinyxml2::XMLElement const *
|
||||
{
|
||||
int line = element->GetLineNum();
|
||||
std::map<std::string, std::string> attributes = getAttributes( element );
|
||||
checkAttributes( line, attributes, { { "name", {} } }, {} );
|
||||
checkAttributes( line, attributes, { { "name", {} } }, { { "comment", {} } } );
|
||||
checkElements( line, getChildElements( element ), {} );
|
||||
|
||||
std::string name;
|
||||
|
@ -115,7 +115,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
|
||||
# include <span>
|
||||
#endif
|
||||
|
||||
static_assert( VK_HEADER_VERSION == 189, "Wrong VK_HEADER_VERSION!" );
|
||||
static_assert( VK_HEADER_VERSION == 190, "Wrong VK_HEADER_VERSION!" );
|
||||
|
||||
// 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default.
|
||||
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION
|
||||
@ -9648,6 +9648,32 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
};
|
||||
};
|
||||
|
||||
//=== VK_KHR_shader_integer_dot_product ===
|
||||
template <>
|
||||
struct StructExtends<PhysicalDeviceShaderIntegerDotProductFeaturesKHR, PhysicalDeviceFeatures2>
|
||||
{
|
||||
enum
|
||||
{
|
||||
value = true
|
||||
};
|
||||
};
|
||||
template <>
|
||||
struct StructExtends<PhysicalDeviceShaderIntegerDotProductFeaturesKHR, DeviceCreateInfo>
|
||||
{
|
||||
enum
|
||||
{
|
||||
value = true
|
||||
};
|
||||
};
|
||||
template <>
|
||||
struct StructExtends<PhysicalDeviceShaderIntegerDotProductPropertiesKHR, PhysicalDeviceProperties2>
|
||||
{
|
||||
enum
|
||||
{
|
||||
value = true
|
||||
};
|
||||
};
|
||||
|
||||
//=== VK_EXT_texel_buffer_alignment ===
|
||||
template <>
|
||||
struct StructExtends<PhysicalDeviceTexelBufferAlignmentFeaturesEXT, PhysicalDeviceFeatures2>
|
||||
@ -10247,6 +10273,24 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
};
|
||||
};
|
||||
|
||||
//=== VK_EXT_primitive_topology_list_restart ===
|
||||
template <>
|
||||
struct StructExtends<PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT, PhysicalDeviceFeatures2>
|
||||
{
|
||||
enum
|
||||
{
|
||||
value = true
|
||||
};
|
||||
};
|
||||
template <>
|
||||
struct StructExtends<PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT, DeviceCreateInfo>
|
||||
{
|
||||
enum
|
||||
{
|
||||
value = true
|
||||
};
|
||||
};
|
||||
|
||||
#if defined( VK_USE_PLATFORM_FUCHSIA )
|
||||
//=== VK_FUCHSIA_external_memory ===
|
||||
template <>
|
||||
|
@ -724,6 +724,10 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV,
|
||||
eCommandBufferInheritanceViewportScissorInfoNV =
|
||||
VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV,
|
||||
ePhysicalDeviceShaderIntegerDotProductFeaturesKHR =
|
||||
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR,
|
||||
ePhysicalDeviceShaderIntegerDotProductPropertiesKHR =
|
||||
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR,
|
||||
ePhysicalDeviceTexelBufferAlignmentFeaturesEXT =
|
||||
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT,
|
||||
ePhysicalDeviceTexelBufferAlignmentPropertiesEXT =
|
||||
@ -812,6 +816,8 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
eVertexInputBindingDescription2EXT = VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT,
|
||||
eVertexInputAttributeDescription2EXT = VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT,
|
||||
ePhysicalDeviceDrmPropertiesEXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT,
|
||||
ePhysicalDevicePrimitiveTopologyListRestartFeaturesEXT =
|
||||
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT,
|
||||
#if defined( VK_USE_PLATFORM_FUCHSIA )
|
||||
eImportMemoryZirconHandleInfoFUCHSIA = VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA,
|
||||
eMemoryZirconHandlePropertiesFUCHSIA = VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA,
|
||||
@ -1619,6 +1625,10 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
return "PhysicalDeviceInheritedViewportScissorFeaturesNV";
|
||||
case StructureType::eCommandBufferInheritanceViewportScissorInfoNV:
|
||||
return "CommandBufferInheritanceViewportScissorInfoNV";
|
||||
case StructureType::ePhysicalDeviceShaderIntegerDotProductFeaturesKHR:
|
||||
return "PhysicalDeviceShaderIntegerDotProductFeaturesKHR";
|
||||
case StructureType::ePhysicalDeviceShaderIntegerDotProductPropertiesKHR:
|
||||
return "PhysicalDeviceShaderIntegerDotProductPropertiesKHR";
|
||||
case StructureType::ePhysicalDeviceTexelBufferAlignmentFeaturesEXT:
|
||||
return "PhysicalDeviceTexelBufferAlignmentFeaturesEXT";
|
||||
case StructureType::ePhysicalDeviceTexelBufferAlignmentPropertiesEXT:
|
||||
@ -1711,6 +1721,8 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
case StructureType::eVertexInputBindingDescription2EXT: return "VertexInputBindingDescription2EXT";
|
||||
case StructureType::eVertexInputAttributeDescription2EXT: return "VertexInputAttributeDescription2EXT";
|
||||
case StructureType::ePhysicalDeviceDrmPropertiesEXT: return "PhysicalDeviceDrmPropertiesEXT";
|
||||
case StructureType::ePhysicalDevicePrimitiveTopologyListRestartFeaturesEXT:
|
||||
return "PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT";
|
||||
#if defined( VK_USE_PLATFORM_FUCHSIA )
|
||||
case StructureType::eImportMemoryZirconHandleInfoFUCHSIA: return "ImportMemoryZirconHandleInfoFUCHSIA";
|
||||
case StructureType::eMemoryZirconHandlePropertiesFUCHSIA: return "MemoryZirconHandlePropertiesFUCHSIA";
|
||||
@ -2844,20 +2856,6 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
return "(void)";
|
||||
}
|
||||
|
||||
enum class DeviceQueueCreateFlagBits : VkDeviceQueueCreateFlags
|
||||
{
|
||||
eProtected = VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT
|
||||
};
|
||||
|
||||
VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlagBits value )
|
||||
{
|
||||
switch ( value )
|
||||
{
|
||||
case DeviceQueueCreateFlagBits::eProtected: return "Protected";
|
||||
default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) ) + " )";
|
||||
}
|
||||
}
|
||||
|
||||
enum class DeviceCreateFlagBits
|
||||
{
|
||||
};
|
||||
@ -3435,20 +3433,6 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
return "(void)";
|
||||
}
|
||||
|
||||
enum class PipelineCacheCreateFlagBits : VkPipelineCacheCreateFlags
|
||||
{
|
||||
eExternallySynchronizedEXT = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT
|
||||
};
|
||||
|
||||
VULKAN_HPP_INLINE std::string to_string( PipelineCacheCreateFlagBits value )
|
||||
{
|
||||
switch ( value )
|
||||
{
|
||||
case PipelineCacheCreateFlagBits::eExternallySynchronizedEXT: return "ExternallySynchronizedEXT";
|
||||
default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) ) + " )";
|
||||
}
|
||||
}
|
||||
|
||||
enum class BlendFactor
|
||||
{
|
||||
eZero = VK_BLEND_FACTOR_ZERO,
|
||||
@ -4812,6 +4796,20 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
}
|
||||
}
|
||||
|
||||
enum class DeviceQueueCreateFlagBits : VkDeviceQueueCreateFlags
|
||||
{
|
||||
eProtected = VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT
|
||||
};
|
||||
|
||||
VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlagBits value )
|
||||
{
|
||||
switch ( value )
|
||||
{
|
||||
case DeviceQueueCreateFlagBits::eProtected: return "Protected";
|
||||
default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) ) + " )";
|
||||
}
|
||||
}
|
||||
|
||||
enum class SamplerYcbcrModelConversion
|
||||
{
|
||||
eRgbIdentity = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY,
|
||||
@ -7426,6 +7424,22 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
return "(void)";
|
||||
}
|
||||
|
||||
//=== VK_EXT_pipeline_creation_cache_control ===
|
||||
|
||||
enum class PipelineCacheCreateFlagBits : VkPipelineCacheCreateFlags
|
||||
{
|
||||
eExternallySynchronizedEXT = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT
|
||||
};
|
||||
|
||||
VULKAN_HPP_INLINE std::string to_string( PipelineCacheCreateFlagBits value )
|
||||
{
|
||||
switch ( value )
|
||||
{
|
||||
case PipelineCacheCreateFlagBits::eExternallySynchronizedEXT: return "ExternallySynchronizedEXT";
|
||||
default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) ) + " )";
|
||||
}
|
||||
}
|
||||
|
||||
#if defined( VK_ENABLE_BETA_EXTENSIONS )
|
||||
//=== VK_KHR_video_encode_queue ===
|
||||
|
||||
|
@ -1034,6 +1034,10 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
struct PhysicalDeviceInheritedViewportScissorFeaturesNV;
|
||||
struct CommandBufferInheritanceViewportScissorInfoNV;
|
||||
|
||||
//=== VK_KHR_shader_integer_dot_product ===
|
||||
struct PhysicalDeviceShaderIntegerDotProductFeaturesKHR;
|
||||
struct PhysicalDeviceShaderIntegerDotProductPropertiesKHR;
|
||||
|
||||
//=== VK_EXT_texel_buffer_alignment ===
|
||||
struct PhysicalDeviceTexelBufferAlignmentFeaturesEXT;
|
||||
struct PhysicalDeviceTexelBufferAlignmentPropertiesEXT;
|
||||
@ -1176,6 +1180,9 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
//=== VK_EXT_physical_device_drm ===
|
||||
struct PhysicalDeviceDrmPropertiesEXT;
|
||||
|
||||
//=== VK_EXT_primitive_topology_list_restart ===
|
||||
struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
|
||||
|
||||
#if defined( VK_USE_PLATFORM_FUCHSIA )
|
||||
//=== VK_FUCHSIA_external_memory ===
|
||||
struct ImportMemoryZirconHandleInfoFUCHSIA;
|
||||
|
@ -44285,6 +44285,107 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
using Type = PhysicalDevicePresentWaitFeaturesKHR;
|
||||
};
|
||||
|
||||
struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
|
||||
{
|
||||
static const bool allowDuplicate = false;
|
||||
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
|
||||
StructureType::ePhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_CONSTRUCTORS )
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyListRestart_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyPatchListRestart_ = {} ) VULKAN_HPP_NOEXCEPT
|
||||
: primitiveTopologyListRestart( primitiveTopologyListRestart_ )
|
||||
, primitiveTopologyPatchListRestart( primitiveTopologyPatchListRestart_ )
|
||||
{}
|
||||
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT(
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT(
|
||||
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) VULKAN_HPP_NOEXCEPT
|
||||
: PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT(
|
||||
*reinterpret_cast<PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const *>( &rhs ) )
|
||||
{}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_CONSTRUCTORS*/
|
||||
|
||||
VULKAN_HPP_CONSTEXPR_14 PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT &
|
||||
operator=( PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT &
|
||||
operator=( VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
*this =
|
||||
*reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const *>( &rhs );
|
||||
return *this;
|
||||
}
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_SETTERS )
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
pNext = pNext_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT &
|
||||
setPrimitiveTopologyListRestart( VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyListRestart_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
primitiveTopologyListRestart = primitiveTopologyListRestart_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT & setPrimitiveTopologyPatchListRestart(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyPatchListRestart_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
primitiveTopologyPatchListRestart = primitiveTopologyPatchListRestart_;
|
||||
return *this;
|
||||
}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_SETTERS*/
|
||||
|
||||
operator VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<const VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT *>( this );
|
||||
}
|
||||
|
||||
operator VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT &() VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT *>( this );
|
||||
}
|
||||
|
||||
#if defined( VULKAN_HPP_HAS_SPACESHIP_OPERATOR )
|
||||
auto operator<=>( PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & ) const = default;
|
||||
#else
|
||||
bool operator==( PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) &&
|
||||
( primitiveTopologyListRestart == rhs.primitiveTopologyListRestart ) &&
|
||||
( primitiveTopologyPatchListRestart == rhs.primitiveTopologyPatchListRestart );
|
||||
}
|
||||
|
||||
bool operator!=( PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return !operator==( rhs );
|
||||
}
|
||||
#endif
|
||||
|
||||
public:
|
||||
VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
|
||||
void * pNext = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyListRestart = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 primitiveTopologyPatchListRestart = {};
|
||||
};
|
||||
static_assert( sizeof( PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT ) ==
|
||||
sizeof( VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT ),
|
||||
"struct and wrapper have different size!" );
|
||||
static_assert( std::is_standard_layout<PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>::value,
|
||||
"struct wrapper is not a standard layout!" );
|
||||
|
||||
template <>
|
||||
struct CppType<StructureType, StructureType::ePhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>
|
||||
{
|
||||
using Type = PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
|
||||
};
|
||||
|
||||
struct PhysicalDevicePrivateDataFeaturesEXT
|
||||
{
|
||||
static const bool allowDuplicate = false;
|
||||
@ -47503,6 +47604,587 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
using Type = PhysicalDeviceShaderImageFootprintFeaturesNV;
|
||||
};
|
||||
|
||||
struct PhysicalDeviceShaderIntegerDotProductFeaturesKHR
|
||||
{
|
||||
static const bool allowDuplicate = false;
|
||||
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
|
||||
StructureType::ePhysicalDeviceShaderIntegerDotProductFeaturesKHR;
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_CONSTRUCTORS )
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerDotProductFeaturesKHR(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerDotProduct_ = {} ) VULKAN_HPP_NOEXCEPT
|
||||
: shaderIntegerDotProduct( shaderIntegerDotProduct_ )
|
||||
{}
|
||||
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerDotProductFeaturesKHR(
|
||||
PhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductFeaturesKHR( VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
: PhysicalDeviceShaderIntegerDotProductFeaturesKHR(
|
||||
*reinterpret_cast<PhysicalDeviceShaderIntegerDotProductFeaturesKHR const *>( &rhs ) )
|
||||
{}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_CONSTRUCTORS*/
|
||||
|
||||
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderIntegerDotProductFeaturesKHR &
|
||||
operator=( PhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductFeaturesKHR &
|
||||
operator=( VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderIntegerDotProductFeaturesKHR const *>( &rhs );
|
||||
return *this;
|
||||
}
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_SETTERS )
|
||||
PhysicalDeviceShaderIntegerDotProductFeaturesKHR & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
pNext = pNext_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductFeaturesKHR &
|
||||
setShaderIntegerDotProduct( VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerDotProduct_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
shaderIntegerDotProduct = shaderIntegerDotProduct_;
|
||||
return *this;
|
||||
}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_SETTERS*/
|
||||
|
||||
operator VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR const &() const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<const VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR *>( this );
|
||||
}
|
||||
|
||||
operator VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR &() VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR *>( this );
|
||||
}
|
||||
|
||||
#if defined( VULKAN_HPP_HAS_SPACESHIP_OPERATOR )
|
||||
auto operator<=>( PhysicalDeviceShaderIntegerDotProductFeaturesKHR const & ) const = default;
|
||||
#else
|
||||
bool operator==( PhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) &&
|
||||
( shaderIntegerDotProduct == rhs.shaderIntegerDotProduct );
|
||||
}
|
||||
|
||||
bool operator!=( PhysicalDeviceShaderIntegerDotProductFeaturesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return !operator==( rhs );
|
||||
}
|
||||
#endif
|
||||
|
||||
public:
|
||||
VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderIntegerDotProductFeaturesKHR;
|
||||
void * pNext = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerDotProduct = {};
|
||||
};
|
||||
static_assert( sizeof( PhysicalDeviceShaderIntegerDotProductFeaturesKHR ) ==
|
||||
sizeof( VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR ),
|
||||
"struct and wrapper have different size!" );
|
||||
static_assert( std::is_standard_layout<PhysicalDeviceShaderIntegerDotProductFeaturesKHR>::value,
|
||||
"struct wrapper is not a standard layout!" );
|
||||
|
||||
template <>
|
||||
struct CppType<StructureType, StructureType::ePhysicalDeviceShaderIntegerDotProductFeaturesKHR>
|
||||
{
|
||||
using Type = PhysicalDeviceShaderIntegerDotProductFeaturesKHR;
|
||||
};
|
||||
|
||||
struct PhysicalDeviceShaderIntegerDotProductPropertiesKHR
|
||||
{
|
||||
static const bool allowDuplicate = false;
|
||||
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
|
||||
StructureType::ePhysicalDeviceShaderIntegerDotProductPropertiesKHR;
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_CONSTRUCTORS )
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerDotProductPropertiesKHR(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitUnsignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitSignedAccelerated_ = {},
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated_ = {} )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
: integerDotProduct8BitUnsignedAccelerated( integerDotProduct8BitUnsignedAccelerated_ )
|
||||
, integerDotProduct8BitSignedAccelerated( integerDotProduct8BitSignedAccelerated_ )
|
||||
, integerDotProduct8BitMixedSignednessAccelerated( integerDotProduct8BitMixedSignednessAccelerated_ )
|
||||
, integerDotProduct4x8BitPackedUnsignedAccelerated( integerDotProduct4x8BitPackedUnsignedAccelerated_ )
|
||||
, integerDotProduct4x8BitPackedSignedAccelerated( integerDotProduct4x8BitPackedSignedAccelerated_ )
|
||||
, integerDotProduct4x8BitPackedMixedSignednessAccelerated(
|
||||
integerDotProduct4x8BitPackedMixedSignednessAccelerated_ )
|
||||
, integerDotProduct16BitUnsignedAccelerated( integerDotProduct16BitUnsignedAccelerated_ )
|
||||
, integerDotProduct16BitSignedAccelerated( integerDotProduct16BitSignedAccelerated_ )
|
||||
, integerDotProduct16BitMixedSignednessAccelerated( integerDotProduct16BitMixedSignednessAccelerated_ )
|
||||
, integerDotProduct32BitUnsignedAccelerated( integerDotProduct32BitUnsignedAccelerated_ )
|
||||
, integerDotProduct32BitSignedAccelerated( integerDotProduct32BitSignedAccelerated_ )
|
||||
, integerDotProduct32BitMixedSignednessAccelerated( integerDotProduct32BitMixedSignednessAccelerated_ )
|
||||
, integerDotProduct64BitUnsignedAccelerated( integerDotProduct64BitUnsignedAccelerated_ )
|
||||
, integerDotProduct64BitSignedAccelerated( integerDotProduct64BitSignedAccelerated_ )
|
||||
, integerDotProduct64BitMixedSignednessAccelerated( integerDotProduct64BitMixedSignednessAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating8BitUnsignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating8BitUnsignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating8BitSignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating8BitSignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated(
|
||||
integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated(
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating16BitUnsignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating16BitUnsignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating16BitSignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating16BitSignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated(
|
||||
integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating32BitUnsignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating32BitUnsignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating32BitSignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating32BitSignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated(
|
||||
integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating64BitUnsignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating64BitUnsignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating64BitSignedAccelerated(
|
||||
integerDotProductAccumulatingSaturating64BitSignedAccelerated_ )
|
||||
, integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated(
|
||||
integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated_ )
|
||||
{}
|
||||
|
||||
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerDotProductPropertiesKHR(
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR(
|
||||
VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT
|
||||
: PhysicalDeviceShaderIntegerDotProductPropertiesKHR(
|
||||
*reinterpret_cast<PhysicalDeviceShaderIntegerDotProductPropertiesKHR const *>( &rhs ) )
|
||||
{}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_CONSTRUCTORS*/
|
||||
|
||||
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
operator=( PhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
operator=( VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
*this =
|
||||
*reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderIntegerDotProductPropertiesKHR const *>( &rhs );
|
||||
return *this;
|
||||
}
|
||||
|
||||
#if !defined( VULKAN_HPP_NO_STRUCT_SETTERS )
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
pNext = pNext_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct8BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitUnsignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct8BitUnsignedAccelerated = integerDotProduct8BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct8BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct8BitSignedAccelerated = integerDotProduct8BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct8BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitMixedSignednessAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct8BitMixedSignednessAccelerated = integerDotProduct8BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct4x8BitPackedUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedUnsignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct4x8BitPackedUnsignedAccelerated = integerDotProduct4x8BitPackedUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct4x8BitPackedSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct4x8BitPackedSignedAccelerated = integerDotProduct4x8BitPackedSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct4x8BitPackedMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct4x8BitPackedMixedSignednessAccelerated =
|
||||
integerDotProduct4x8BitPackedMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct16BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitUnsignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct16BitUnsignedAccelerated = integerDotProduct16BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct16BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct16BitSignedAccelerated = integerDotProduct16BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct16BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitMixedSignednessAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct16BitMixedSignednessAccelerated = integerDotProduct16BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct32BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitUnsignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct32BitUnsignedAccelerated = integerDotProduct32BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct32BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct32BitSignedAccelerated = integerDotProduct32BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct32BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitMixedSignednessAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct32BitMixedSignednessAccelerated = integerDotProduct32BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct64BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitUnsignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct64BitUnsignedAccelerated = integerDotProduct64BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct64BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct64BitSignedAccelerated = integerDotProduct64BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR & setIntegerDotProduct64BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitMixedSignednessAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProduct64BitMixedSignednessAccelerated = integerDotProduct64BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating8BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitUnsignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating8BitUnsignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating8BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating8BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitSignedAccelerated_ ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating8BitSignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating8BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated =
|
||||
integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated =
|
||||
integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating16BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitUnsignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating16BitUnsignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating16BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating16BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitSignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating16BitSignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating16BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated =
|
||||
integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating32BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitUnsignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating32BitUnsignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating32BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating32BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitSignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating32BitSignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating32BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated =
|
||||
integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating64BitUnsignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitUnsignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating64BitUnsignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating64BitUnsignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating64BitSignedAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitSignedAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating64BitSignedAccelerated =
|
||||
integerDotProductAccumulatingSaturating64BitSignedAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
PhysicalDeviceShaderIntegerDotProductPropertiesKHR &
|
||||
setIntegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated(
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated_ )
|
||||
VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated =
|
||||
integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated_;
|
||||
return *this;
|
||||
}
|
||||
#endif /*VULKAN_HPP_NO_STRUCT_SETTERS*/
|
||||
|
||||
operator VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<const VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR *>( this );
|
||||
}
|
||||
|
||||
operator VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR &() VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return *reinterpret_cast<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR *>( this );
|
||||
}
|
||||
|
||||
#if defined( VULKAN_HPP_HAS_SPACESHIP_OPERATOR )
|
||||
auto operator<=>( PhysicalDeviceShaderIntegerDotProductPropertiesKHR const & ) const = default;
|
||||
#else
|
||||
bool operator==( PhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) &&
|
||||
( integerDotProduct8BitUnsignedAccelerated == rhs.integerDotProduct8BitUnsignedAccelerated ) &&
|
||||
( integerDotProduct8BitSignedAccelerated == rhs.integerDotProduct8BitSignedAccelerated ) &&
|
||||
( integerDotProduct8BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProduct8BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProduct4x8BitPackedUnsignedAccelerated ==
|
||||
rhs.integerDotProduct4x8BitPackedUnsignedAccelerated ) &&
|
||||
( integerDotProduct4x8BitPackedSignedAccelerated == rhs.integerDotProduct4x8BitPackedSignedAccelerated ) &&
|
||||
( integerDotProduct4x8BitPackedMixedSignednessAccelerated ==
|
||||
rhs.integerDotProduct4x8BitPackedMixedSignednessAccelerated ) &&
|
||||
( integerDotProduct16BitUnsignedAccelerated == rhs.integerDotProduct16BitUnsignedAccelerated ) &&
|
||||
( integerDotProduct16BitSignedAccelerated == rhs.integerDotProduct16BitSignedAccelerated ) &&
|
||||
( integerDotProduct16BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProduct16BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProduct32BitUnsignedAccelerated == rhs.integerDotProduct32BitUnsignedAccelerated ) &&
|
||||
( integerDotProduct32BitSignedAccelerated == rhs.integerDotProduct32BitSignedAccelerated ) &&
|
||||
( integerDotProduct32BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProduct32BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProduct64BitUnsignedAccelerated == rhs.integerDotProduct64BitUnsignedAccelerated ) &&
|
||||
( integerDotProduct64BitSignedAccelerated == rhs.integerDotProduct64BitSignedAccelerated ) &&
|
||||
( integerDotProduct64BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProduct64BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating8BitUnsignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating8BitSignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating8BitSignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating16BitUnsignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating16BitSignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating16BitSignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating32BitUnsignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating32BitSignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating32BitSignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating64BitUnsignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating64BitSignedAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating64BitSignedAccelerated ) &&
|
||||
( integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated ==
|
||||
rhs.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated );
|
||||
}
|
||||
|
||||
bool operator!=( PhysicalDeviceShaderIntegerDotProductPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return !operator==( rhs );
|
||||
}
|
||||
#endif
|
||||
|
||||
public:
|
||||
VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderIntegerDotProductPropertiesKHR;
|
||||
void * pNext = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct8BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct16BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct32BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProduct64BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitUnsignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitSignedAccelerated = {};
|
||||
VULKAN_HPP_NAMESPACE::Bool32 integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = {};
|
||||
};
|
||||
static_assert( sizeof( PhysicalDeviceShaderIntegerDotProductPropertiesKHR ) ==
|
||||
sizeof( VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR ),
|
||||
"struct and wrapper have different size!" );
|
||||
static_assert( std::is_standard_layout<PhysicalDeviceShaderIntegerDotProductPropertiesKHR>::value,
|
||||
"struct wrapper is not a standard layout!" );
|
||||
|
||||
template <>
|
||||
struct CppType<StructureType, StructureType::ePhysicalDeviceShaderIntegerDotProductPropertiesKHR>
|
||||
{
|
||||
using Type = PhysicalDeviceShaderIntegerDotProductPropertiesKHR;
|
||||
};
|
||||
|
||||
struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
|
||||
{
|
||||
static const bool allowDuplicate = false;
|
||||
|
Loading…
Reference in New Issue
Block a user