Vulkan-Hpp
vk::PhysicalDeviceShaderCoreProperties2AMD Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD (vk::ShaderCorePropertiesFlagsAMD shaderCoreFeatures_={}, uint32_t activeComputeUnitCount_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD (PhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderCoreProperties2AMD (VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderCoreProperties2AMDoperator= (PhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderCoreProperties2AMDoperator= (VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreProperties2AMD const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreProperties2AMD & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderCoreProperties2AMD const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderCoreProperties2AMD const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD
 
void * pNext = {}
 
vk::ShaderCorePropertiesFlagsAMD shaderCoreFeatures = {}
 
uint32_t activeComputeUnitCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 81226 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderCoreProperties2AMD() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderCoreProperties2AMD::PhysicalDeviceShaderCoreProperties2AMD ( vk::ShaderCorePropertiesFlagsAMD  shaderCoreFeatures_ = {},
uint32_t  activeComputeUnitCount_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 81234 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderCoreProperties2AMD() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderCoreProperties2AMD::PhysicalDeviceShaderCoreProperties2AMD ( PhysicalDeviceShaderCoreProperties2AMD const &  rhs)
default

◆ PhysicalDeviceShaderCoreProperties2AMD() [3/3]

vk::PhysicalDeviceShaderCoreProperties2AMD::PhysicalDeviceShaderCoreProperties2AMD ( VkPhysicalDeviceShaderCoreProperties2AMD const &  rhs)
inline

Definition at line 81245 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderCoreProperties2AMD &()

vk::PhysicalDeviceShaderCoreProperties2AMD::operator VkPhysicalDeviceShaderCoreProperties2AMD & ( )
inline

Definition at line 81264 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderCoreProperties2AMD const &()

vk::PhysicalDeviceShaderCoreProperties2AMD::operator VkPhysicalDeviceShaderCoreProperties2AMD const & ( ) const
inline

Definition at line 81259 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 81294 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderCoreProperties2AMD& vk::PhysicalDeviceShaderCoreProperties2AMD::operator= ( VkPhysicalDeviceShaderCoreProperties2AMD const &  rhs)
inline

Definition at line 81253 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 81284 of file vulkan_structs.hpp.

Member Data Documentation

◆ activeComputeUnitCount

uint32_t vk::PhysicalDeviceShaderCoreProperties2AMD::activeComputeUnitCount = {}

Definition at line 81304 of file vulkan_structs.hpp.

◆ allowDuplicate

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

Definition at line 81230 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 81302 of file vulkan_structs.hpp.

◆ shaderCoreFeatures

vk::ShaderCorePropertiesFlagsAMD vk::PhysicalDeviceShaderCoreProperties2AMD::shaderCoreFeatures = {}

Definition at line 81303 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderCoreProperties2AMD::structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD
static

Definition at line 81231 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderCoreProperties2AMD::sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD

Definition at line 81301 of file vulkan_structs.hpp.


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