Vulkan-Hpp
vk::PhysicalDeviceShadingRateImagePropertiesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShadingRateImagePropertiesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShadingRateImagePropertiesNV (vk::Extent2D shadingRateTexelSize_={}, uint32_t shadingRatePaletteSize_={}, uint32_t shadingRateMaxCoarseSamples_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShadingRateImagePropertiesNV (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShadingRateImagePropertiesNV (VkPhysicalDeviceShadingRateImagePropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShadingRateImagePropertiesNVoperator= (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShadingRateImagePropertiesNVoperator= (VkPhysicalDeviceShadingRateImagePropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShadingRateImagePropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShadingRateImagePropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV
 
void * pNext = {}
 
vk::Extent2D shadingRateTexelSize = {}
 
uint32_t shadingRatePaletteSize = {}
 
uint32_t shadingRateMaxCoarseSamples = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 84091 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShadingRateImagePropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShadingRateImagePropertiesNV::PhysicalDeviceShadingRateImagePropertiesNV ( vk::Extent2D  shadingRateTexelSize_ = {},
uint32_t  shadingRatePaletteSize_ = {},
uint32_t  shadingRateMaxCoarseSamples_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 84099 of file vulkan_structs.hpp.

◆ PhysicalDeviceShadingRateImagePropertiesNV() [2/3]

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

◆ PhysicalDeviceShadingRateImagePropertiesNV() [3/3]

vk::PhysicalDeviceShadingRateImagePropertiesNV::PhysicalDeviceShadingRateImagePropertiesNV ( VkPhysicalDeviceShadingRateImagePropertiesNV const &  rhs)
inline

Definition at line 84112 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShadingRateImagePropertiesNV &()

vk::PhysicalDeviceShadingRateImagePropertiesNV::operator VkPhysicalDeviceShadingRateImagePropertiesNV & ( )
inline

Definition at line 84131 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShadingRateImagePropertiesNV const &()

vk::PhysicalDeviceShadingRateImagePropertiesNV::operator VkPhysicalDeviceShadingRateImagePropertiesNV const & ( ) const
inline

Definition at line 84126 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 84161 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShadingRateImagePropertiesNV& vk::PhysicalDeviceShadingRateImagePropertiesNV::operator= ( VkPhysicalDeviceShadingRateImagePropertiesNV const &  rhs)
inline

Definition at line 84120 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 84151 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 84095 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 84169 of file vulkan_structs.hpp.

◆ shadingRateMaxCoarseSamples

uint32_t vk::PhysicalDeviceShadingRateImagePropertiesNV::shadingRateMaxCoarseSamples = {}

Definition at line 84172 of file vulkan_structs.hpp.

◆ shadingRatePaletteSize

uint32_t vk::PhysicalDeviceShadingRateImagePropertiesNV::shadingRatePaletteSize = {}

Definition at line 84171 of file vulkan_structs.hpp.

◆ shadingRateTexelSize

vk::Extent2D vk::PhysicalDeviceShadingRateImagePropertiesNV::shadingRateTexelSize = {}

Definition at line 84170 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShadingRateImagePropertiesNV::structureType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV
static

Definition at line 84096 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShadingRateImagePropertiesNV::sType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV

Definition at line 84168 of file vulkan_structs.hpp.


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