Vulkan-Hpp
vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreBuiltinsPropertiesARM (uint64_t shaderCoreMask_={}, uint32_t shaderCoreCount_={}, uint32_t shaderWarpsPerCore_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreBuiltinsPropertiesARM (PhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderCoreBuiltinsPropertiesARM (VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderCoreBuiltinsPropertiesARMoperator= (PhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderCoreBuiltinsPropertiesARMoperator= (VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderCoreBuiltinsPropertiesARM const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderCoreBuiltinsPropertiesARM
 
void * pNext = {}
 
uint64_t shaderCoreMask = {}
 
uint32_t shaderCoreCount = {}
 
uint32_t shaderWarpsPerCore = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 81135 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderCoreBuiltinsPropertiesARM() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::PhysicalDeviceShaderCoreBuiltinsPropertiesARM ( uint64_t  shaderCoreMask_ = {},
uint32_t  shaderCoreCount_ = {},
uint32_t  shaderWarpsPerCore_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 81143 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderCoreBuiltinsPropertiesARM() [2/3]

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

◆ PhysicalDeviceShaderCoreBuiltinsPropertiesARM() [3/3]

vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::PhysicalDeviceShaderCoreBuiltinsPropertiesARM ( VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const &  rhs)
inline

Definition at line 81157 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM &()

vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM & ( )
inline

Definition at line 81176 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const &()

vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::operator VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const & ( ) const
inline

Definition at line 81171 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 81206 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderCoreBuiltinsPropertiesARM& vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::operator= ( VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM const &  rhs)
inline

Definition at line 81165 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 81196 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 81139 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 81214 of file vulkan_structs.hpp.

◆ shaderCoreCount

uint32_t vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::shaderCoreCount = {}

Definition at line 81216 of file vulkan_structs.hpp.

◆ shaderCoreMask

uint64_t vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::shaderCoreMask = {}

Definition at line 81215 of file vulkan_structs.hpp.

◆ shaderWarpsPerCore

uint32_t vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::shaderWarpsPerCore = {}

Definition at line 81217 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::structureType = StructureType::ePhysicalDeviceShaderCoreBuiltinsPropertiesARM
static

Definition at line 81140 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderCoreBuiltinsPropertiesARM::sType = StructureType::ePhysicalDeviceShaderCoreBuiltinsPropertiesARM

Definition at line 81213 of file vulkan_structs.hpp.


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