Vulkan-Hpp
vk::CoarseSampleLocationNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCoarseSampleLocationNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CoarseSampleLocationNV (uint32_t pixelX_={}, uint32_t pixelY_={}, uint32_t sample_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CoarseSampleLocationNV (CoarseSampleLocationNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CoarseSampleLocationNV (VkCoarseSampleLocationNV const &rhs) VULKAN_HPP_NOEXCEPT
 
CoarseSampleLocationNVoperator= (CoarseSampleLocationNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CoarseSampleLocationNVoperator= (VkCoarseSampleLocationNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNVsetPixelX (uint32_t pixelX_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNVsetPixelY (uint32_t pixelY_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNVsetSample (uint32_t sample_) VULKAN_HPP_NOEXCEPT
 
 operator VkCoarseSampleLocationNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCoarseSampleLocationNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CoarseSampleLocationNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CoarseSampleLocationNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t pixelX = {}
 
uint32_t pixelY = {}
 
uint32_t sample = {}
 

Detailed Description

Definition at line 13995 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CoarseSampleLocationNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::CoarseSampleLocationNV::CoarseSampleLocationNV ( uint32_t  pixelX_ = {},
uint32_t  pixelY_ = {},
uint32_t  sample_ = {} 
)
inline

Definition at line 14000 of file vulkan_structs.hpp.

◆ CoarseSampleLocationNV() [2/3]

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

◆ CoarseSampleLocationNV() [3/3]

vk::CoarseSampleLocationNV::CoarseSampleLocationNV ( VkCoarseSampleLocationNV const &  rhs)
inline

Definition at line 14009 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCoarseSampleLocationNV &()

vk::CoarseSampleLocationNV::operator VkCoarseSampleLocationNV & ( )
inline

Definition at line 14048 of file vulkan_structs.hpp.

◆ operator VkCoarseSampleLocationNV const &()

vk::CoarseSampleLocationNV::operator VkCoarseSampleLocationNV const & ( ) const
inline

Definition at line 14043 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 14077 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CoarseSampleLocationNV& vk::CoarseSampleLocationNV::operator= ( VkCoarseSampleLocationNV const &  rhs)
inline

Definition at line 14017 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 14068 of file vulkan_structs.hpp.

◆ setPixelX()

VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNV& vk::CoarseSampleLocationNV::setPixelX ( uint32_t  pixelX_)
inline

Definition at line 14024 of file vulkan_structs.hpp.

◆ setPixelY()

VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNV& vk::CoarseSampleLocationNV::setPixelY ( uint32_t  pixelY_)
inline

Definition at line 14030 of file vulkan_structs.hpp.

◆ setSample()

VULKAN_HPP_CONSTEXPR_14 CoarseSampleLocationNV& vk::CoarseSampleLocationNV::setSample ( uint32_t  sample_)
inline

Definition at line 14036 of file vulkan_structs.hpp.

Member Data Documentation

◆ pixelX

uint32_t vk::CoarseSampleLocationNV::pixelX = {}

Definition at line 14084 of file vulkan_structs.hpp.

◆ pixelY

uint32_t vk::CoarseSampleLocationNV::pixelY = {}

Definition at line 14085 of file vulkan_structs.hpp.

◆ sample

uint32_t vk::CoarseSampleLocationNV::sample = {}

Definition at line 14086 of file vulkan_structs.hpp.


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