Vulkan-Hpp
vk::PhysicalDeviceShaderCorePropertiesARM Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderCorePropertiesARM
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesARM (uint32_t pixelRate_={}, uint32_t texelRate_={}, uint32_t fmaRate_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesARM (PhysicalDeviceShaderCorePropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderCorePropertiesARM (VkPhysicalDeviceShaderCorePropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderCorePropertiesARMoperator= (PhysicalDeviceShaderCorePropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderCorePropertiesARMoperator= (VkPhysicalDeviceShaderCorePropertiesARM const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCorePropertiesARM const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCorePropertiesARM & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderCorePropertiesARM const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderCorePropertiesARM const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesARM
 
void * pNext = {}
 
uint32_t pixelRate = {}
 
uint32_t texelRate = {}
 
uint32_t fmaRate = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 81471 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderCorePropertiesARM() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderCorePropertiesARM::PhysicalDeviceShaderCorePropertiesARM ( uint32_t  pixelRate_ = {},
uint32_t  texelRate_ = {},
uint32_t  fmaRate_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 81479 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderCorePropertiesARM() [2/3]

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

◆ PhysicalDeviceShaderCorePropertiesARM() [3/3]

vk::PhysicalDeviceShaderCorePropertiesARM::PhysicalDeviceShaderCorePropertiesARM ( VkPhysicalDeviceShaderCorePropertiesARM const &  rhs)
inline

Definition at line 81492 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderCorePropertiesARM &()

vk::PhysicalDeviceShaderCorePropertiesARM::operator VkPhysicalDeviceShaderCorePropertiesARM & ( )
inline

Definition at line 81511 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderCorePropertiesARM const &()

vk::PhysicalDeviceShaderCorePropertiesARM::operator VkPhysicalDeviceShaderCorePropertiesARM const & ( ) const
inline

Definition at line 81506 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 81540 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderCorePropertiesARM& vk::PhysicalDeviceShaderCorePropertiesARM::operator= ( VkPhysicalDeviceShaderCorePropertiesARM const &  rhs)
inline

Definition at line 81500 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 81531 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 81475 of file vulkan_structs.hpp.

◆ fmaRate

uint32_t vk::PhysicalDeviceShaderCorePropertiesARM::fmaRate = {}

Definition at line 81551 of file vulkan_structs.hpp.

◆ pixelRate

uint32_t vk::PhysicalDeviceShaderCorePropertiesARM::pixelRate = {}

Definition at line 81549 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 81548 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderCorePropertiesARM::structureType = StructureType::ePhysicalDeviceShaderCorePropertiesARM
static

Definition at line 81476 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderCorePropertiesARM::sType = StructureType::ePhysicalDeviceShaderCorePropertiesARM

Definition at line 81547 of file vulkan_structs.hpp.

◆ texelRate

uint32_t vk::PhysicalDeviceShaderCorePropertiesARM::texelRate = {}

Definition at line 81550 of file vulkan_structs.hpp.


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