Vulkan-Hpp
vk::PhysicalDeviceShaderTileImagePropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderTileImagePropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderTileImagePropertiesEXT (vk::Bool32 shaderTileImageCoherentReadAccelerated_={}, vk::Bool32 shaderTileImageReadSampleFromPixelRateInvocation_={}, vk::Bool32 shaderTileImageReadFromHelperInvocation_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderTileImagePropertiesEXT (PhysicalDeviceShaderTileImagePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderTileImagePropertiesEXT (VkPhysicalDeviceShaderTileImagePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderTileImagePropertiesEXToperator= (PhysicalDeviceShaderTileImagePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderTileImagePropertiesEXToperator= (VkPhysicalDeviceShaderTileImagePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderTileImagePropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderTileImagePropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderTileImagePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderTileImagePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderTileImagePropertiesEXT
 
void * pNext = {}
 
vk::Bool32 shaderTileImageCoherentReadAccelerated = {}
 
vk::Bool32 shaderTileImageReadSampleFromPixelRateInvocation = {}
 
vk::Bool32 shaderTileImageReadFromHelperInvocation = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 83887 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderTileImagePropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderTileImagePropertiesEXT::PhysicalDeviceShaderTileImagePropertiesEXT ( vk::Bool32  shaderTileImageCoherentReadAccelerated_ = {},
vk::Bool32  shaderTileImageReadSampleFromPixelRateInvocation_ = {},
vk::Bool32  shaderTileImageReadFromHelperInvocation_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 83895 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderTileImagePropertiesEXT() [2/3]

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

◆ PhysicalDeviceShaderTileImagePropertiesEXT() [3/3]

vk::PhysicalDeviceShaderTileImagePropertiesEXT::PhysicalDeviceShaderTileImagePropertiesEXT ( VkPhysicalDeviceShaderTileImagePropertiesEXT const &  rhs)
inline

Definition at line 83908 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderTileImagePropertiesEXT &()

vk::PhysicalDeviceShaderTileImagePropertiesEXT::operator VkPhysicalDeviceShaderTileImagePropertiesEXT & ( )
inline

Definition at line 83927 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderTileImagePropertiesEXT const &()

vk::PhysicalDeviceShaderTileImagePropertiesEXT::operator VkPhysicalDeviceShaderTileImagePropertiesEXT const & ( ) const
inline

Definition at line 83922 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 83963 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderTileImagePropertiesEXT& vk::PhysicalDeviceShaderTileImagePropertiesEXT::operator= ( VkPhysicalDeviceShaderTileImagePropertiesEXT const &  rhs)
inline

Definition at line 83916 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 83952 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 83891 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 83971 of file vulkan_structs.hpp.

◆ shaderTileImageCoherentReadAccelerated

vk::Bool32 vk::PhysicalDeviceShaderTileImagePropertiesEXT::shaderTileImageCoherentReadAccelerated = {}

Definition at line 83972 of file vulkan_structs.hpp.

◆ shaderTileImageReadFromHelperInvocation

vk::Bool32 vk::PhysicalDeviceShaderTileImagePropertiesEXT::shaderTileImageReadFromHelperInvocation = {}

Definition at line 83974 of file vulkan_structs.hpp.

◆ shaderTileImageReadSampleFromPixelRateInvocation

vk::Bool32 vk::PhysicalDeviceShaderTileImagePropertiesEXT::shaderTileImageReadSampleFromPixelRateInvocation = {}

Definition at line 83973 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderTileImagePropertiesEXT::structureType = StructureType::ePhysicalDeviceShaderTileImagePropertiesEXT
static

Definition at line 83892 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderTileImagePropertiesEXT::sType = StructureType::ePhysicalDeviceShaderTileImagePropertiesEXT

Definition at line 83970 of file vulkan_structs.hpp.


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