Vulkan-Hpp
vk::PhysicalDeviceShaderObjectPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderObjectPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderObjectPropertiesEXT (std::array< uint8_t, VK_UUID_SIZE > const &shaderBinaryUUID_={}, uint32_t shaderBinaryVersion_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderObjectPropertiesEXT (PhysicalDeviceShaderObjectPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderObjectPropertiesEXT (VkPhysicalDeviceShaderObjectPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderObjectPropertiesEXToperator= (PhysicalDeviceShaderObjectPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderObjectPropertiesEXToperator= (VkPhysicalDeviceShaderObjectPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderObjectPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderObjectPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderObjectPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderObjectPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderObjectPropertiesEXT
 
void * pNext = {}
 
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZEshaderBinaryUUID = {}
 
uint32_t shaderBinaryVersion = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderObjectPropertiesEXT
 

Detailed Description

Definition at line 83188 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderObjectPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceShaderObjectPropertiesEXT::PhysicalDeviceShaderObjectPropertiesEXT ( std::array< uint8_t, VK_UUID_SIZE > const &  shaderBinaryUUID_ = {},
uint32_t  shaderBinaryVersion_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 83196 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderObjectPropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceShaderObjectPropertiesEXT::PhysicalDeviceShaderObjectPropertiesEXT ( PhysicalDeviceShaderObjectPropertiesEXT const &  rhs)
default

◆ PhysicalDeviceShaderObjectPropertiesEXT() [3/3]

vk::PhysicalDeviceShaderObjectPropertiesEXT::PhysicalDeviceShaderObjectPropertiesEXT ( VkPhysicalDeviceShaderObjectPropertiesEXT const &  rhs)
inline

Definition at line 83207 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderObjectPropertiesEXT &()

vk::PhysicalDeviceShaderObjectPropertiesEXT::operator VkPhysicalDeviceShaderObjectPropertiesEXT & ( )
inline

Definition at line 83226 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderObjectPropertiesEXT const &()

vk::PhysicalDeviceShaderObjectPropertiesEXT::operator VkPhysicalDeviceShaderObjectPropertiesEXT const & ( ) const
inline

Definition at line 83221 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceShaderObjectPropertiesEXT::operator!= ( PhysicalDeviceShaderObjectPropertiesEXT const &  rhs) const
inline

Definition at line 83257 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceShaderObjectPropertiesEXT& vk::PhysicalDeviceShaderObjectPropertiesEXT::operator= ( PhysicalDeviceShaderObjectPropertiesEXT const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceShaderObjectPropertiesEXT& vk::PhysicalDeviceShaderObjectPropertiesEXT::operator= ( VkPhysicalDeviceShaderObjectPropertiesEXT const &  rhs)
inline

Definition at line 83215 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceShaderObjectPropertiesEXT::operator== ( PhysicalDeviceShaderObjectPropertiesEXT const &  rhs) const
inline

Definition at line 83247 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceShaderObjectPropertiesEXT::allowDuplicate = false
static

Definition at line 83192 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceShaderObjectPropertiesEXT::pNext = {}

Definition at line 83265 of file vulkan_structs.hpp.

◆ shaderBinaryUUID

vk::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> vk::PhysicalDeviceShaderObjectPropertiesEXT::shaderBinaryUUID = {}

Definition at line 83266 of file vulkan_structs.hpp.

◆ shaderBinaryVersion

uint32_t vk::PhysicalDeviceShaderObjectPropertiesEXT::shaderBinaryVersion = {}

Definition at line 83267 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderObjectPropertiesEXT::structureType = StructureType::ePhysicalDeviceShaderObjectPropertiesEXT
static

Definition at line 83193 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderObjectPropertiesEXT::sType = StructureType::ePhysicalDeviceShaderObjectPropertiesEXT

Definition at line 83264 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: