SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceShadingRateImagePropertiesNV const & () const | |
operator VkPhysicalDeviceShadingRateImagePropertiesNV & () | |
bool | operator== (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) const |
bool | operator!= (PhysicalDeviceShadingRateImagePropertiesNV const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Extent2D | shadingRateTexelSize |
uint32_t | shadingRatePaletteSize |
uint32_t | shadingRateMaxCoarseSamples |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV |
Definition at line 19949 of file vulkan.hpp.
|
inline |
Definition at line 19956 of file vulkan.hpp.
|
inline |
Definition at line 19951 of file vulkan.hpp.
|
inline |
Definition at line 19970 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 19961 of file vulkan.hpp.
References pNext, shadingRateMaxCoarseSamples, shadingRatePaletteSize, shadingRateTexelSize, and sType.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV::pNext = nullptr |
Definition at line 19979 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV::shadingRateMaxCoarseSamples |
Definition at line 19982 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV::shadingRatePaletteSize |
Definition at line 19981 of file vulkan.hpp.
Referenced by operator==().
Extent2D VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV::shadingRateTexelSize |
Definition at line 19980 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 19976 of file vulkan.hpp.
Referenced by operator==().