SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
SamplerReductionModeCreateInfoEXT (SamplerReductionModeEXT reductionMode_=SamplerReductionModeEXT::eWeightedAverage) | |
SamplerReductionModeCreateInfoEXT (VkSamplerReductionModeCreateInfoEXT const &rhs) | |
SamplerReductionModeCreateInfoEXT & | operator= (VkSamplerReductionModeCreateInfoEXT const &rhs) |
SamplerReductionModeCreateInfoEXT & | setPNext (const void *pNext_) |
SamplerReductionModeCreateInfoEXT & | setReductionMode (SamplerReductionModeEXT reductionMode_) |
operator VkSamplerReductionModeCreateInfoEXT const & () const | |
operator VkSamplerReductionModeCreateInfoEXT & () | |
bool | operator== (SamplerReductionModeCreateInfoEXT const &rhs) const |
bool | operator!= (SamplerReductionModeCreateInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
SamplerReductionModeEXT | reductionMode |
Private Attributes | |
StructureType | sType = StructureType::eSamplerReductionModeCreateInfoEXT |
Definition at line 35393 of file vulkan.hpp.
|
inline |
Definition at line 35395 of file vulkan.hpp.
|
inline |
Definition at line 35400 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35427 of file vulkan.hpp.
|
inline |
Definition at line 35422 of file vulkan.hpp.
|
inline |
Definition at line 35439 of file vulkan.hpp.
|
inline |
Definition at line 35405 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35432 of file vulkan.hpp.
References pNext, reductionMode, and sType.
|
inline |
Definition at line 35410 of file vulkan.hpp.
|
inline |
Definition at line 35416 of file vulkan.hpp.
const void* VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::pNext = nullptr |
Definition at line 35448 of file vulkan.hpp.
Referenced by operator==().
SamplerReductionModeEXT VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::reductionMode |
Definition at line 35449 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 35445 of file vulkan.hpp.
Referenced by operator==().