SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CoarseSampleOrderCustomNV (ShadingRatePaletteEntryNV shadingRate_=ShadingRatePaletteEntryNV::eNoInvocations, uint32_t sampleCount_=0, uint32_t sampleLocationCount_=0, const CoarseSampleLocationNV *pSampleLocations_=nullptr) | |
CoarseSampleOrderCustomNV (VkCoarseSampleOrderCustomNV const &rhs) | |
CoarseSampleOrderCustomNV & | operator= (VkCoarseSampleOrderCustomNV const &rhs) |
CoarseSampleOrderCustomNV & | setShadingRate (ShadingRatePaletteEntryNV shadingRate_) |
CoarseSampleOrderCustomNV & | setSampleCount (uint32_t sampleCount_) |
CoarseSampleOrderCustomNV & | setSampleLocationCount (uint32_t sampleLocationCount_) |
CoarseSampleOrderCustomNV & | setPSampleLocations (const CoarseSampleLocationNV *pSampleLocations_) |
operator VkCoarseSampleOrderCustomNV const & () const | |
operator VkCoarseSampleOrderCustomNV & () | |
bool | operator== (CoarseSampleOrderCustomNV const &rhs) const |
bool | operator!= (CoarseSampleOrderCustomNV const &rhs) const |
Data Fields | |
ShadingRatePaletteEntryNV | shadingRate |
uint32_t | sampleCount |
uint32_t | sampleLocationCount |
const CoarseSampleLocationNV * | pSampleLocations |
Definition at line 36666 of file vulkan.hpp.
|
inline |
Definition at line 36668 of file vulkan.hpp.
|
inline |
Definition at line 36679 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 36718 of file vulkan.hpp.
|
inline |
Definition at line 36713 of file vulkan.hpp.
|
inline |
Definition at line 36731 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 36723 of file vulkan.hpp.
References pSampleLocations, sampleCount, sampleLocationCount, and shadingRate.
Referenced by operator!=().
|
inline |
Definition at line 36707 of file vulkan.hpp.
References pSampleLocations.
|
inline |
Definition at line 36695 of file vulkan.hpp.
References sampleCount.
|
inline |
Definition at line 36701 of file vulkan.hpp.
References sampleLocationCount.
|
inline |
Definition at line 36689 of file vulkan.hpp.
References shadingRate.
const CoarseSampleLocationNV* VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV::pSampleLocations |
Definition at line 36739 of file vulkan.hpp.
Referenced by operator==(), and setPSampleLocations().
uint32_t VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV::sampleCount |
Definition at line 36737 of file vulkan.hpp.
Referenced by operator==(), and setSampleCount().
uint32_t VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV::sampleLocationCount |
Definition at line 36738 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationCount().
ShadingRatePaletteEntryNV VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV::shadingRate |
Definition at line 36736 of file vulkan.hpp.
Referenced by operator==(), and setShadingRate().