|
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.
References operator==().
|
inline |
|
inline |
Definition at line 35432 of file vulkan.hpp.
References pNext, reductionMode, and sType.
Referenced by operator!=().
|
inline |
Definition at line 35410 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 35416 of file vulkan.hpp.
References reductionMode.
| const void* VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::pNext = nullptr |
Definition at line 35448 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| SamplerReductionModeEXT VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::reductionMode |
Definition at line 35449 of file vulkan.hpp.
Referenced by operator==(), and setReductionMode().
|
private |
Definition at line 35445 of file vulkan.hpp.
Referenced by operator==().