SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceSamplerYcbcrConversionFeatures (Bool32 samplerYcbcrConversion_=0) | |
PhysicalDeviceSamplerYcbcrConversionFeatures (VkPhysicalDeviceSamplerYcbcrConversionFeatures const &rhs) | |
PhysicalDeviceSamplerYcbcrConversionFeatures & | operator= (VkPhysicalDeviceSamplerYcbcrConversionFeatures const &rhs) |
PhysicalDeviceSamplerYcbcrConversionFeatures & | setPNext (void *pNext_) |
PhysicalDeviceSamplerYcbcrConversionFeatures & | setSamplerYcbcrConversion (Bool32 samplerYcbcrConversion_) |
operator VkPhysicalDeviceSamplerYcbcrConversionFeatures const & () const | |
operator VkPhysicalDeviceSamplerYcbcrConversionFeatures & () | |
bool | operator== (PhysicalDeviceSamplerYcbcrConversionFeatures const &rhs) const |
bool | operator!= (PhysicalDeviceSamplerYcbcrConversionFeatures const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | samplerYcbcrConversion |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceSamplerYcbcrConversionFeatures |
Definition at line 16277 of file vulkan.hpp.
|
inline |
Definition at line 16279 of file vulkan.hpp.
|
inline |
Definition at line 16284 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16311 of file vulkan.hpp.
|
inline |
Definition at line 16306 of file vulkan.hpp.
|
inline |
Definition at line 16323 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 16316 of file vulkan.hpp.
References pNext, samplerYcbcrConversion, and sType.
Referenced by operator!=().
|
inline |
Definition at line 16294 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 16300 of file vulkan.hpp.
References samplerYcbcrConversion.
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceSamplerYcbcrConversionFeatures::pNext = nullptr |
Definition at line 16332 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSamplerYcbcrConversionFeatures::samplerYcbcrConversion |
Definition at line 16333 of file vulkan.hpp.
Referenced by operator==(), and setSamplerYcbcrConversion().
|
private |
Definition at line 16329 of file vulkan.hpp.
Referenced by operator==().