|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT:Public Member Functions | |
| operator VkMultisamplePropertiesEXT const & () const | |
| operator VkMultisamplePropertiesEXT & () | |
| bool | operator== (MultisamplePropertiesEXT const &rhs) const |
| bool | operator!= (MultisamplePropertiesEXT const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| Extent2D | maxSampleLocationGridSize |
Private Attributes | |
| StructureType | sType = StructureType::eMultisamplePropertiesEXT |
Definition at line 16702 of file vulkan.hpp.
|
inline |
Definition at line 16709 of file vulkan.hpp.
|
inline |
Definition at line 16704 of file vulkan.hpp.
|
inline |
Definition at line 16721 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 16714 of file vulkan.hpp.
References maxSampleLocationGridSize, pNext, and sType.
Referenced by operator!=().
| Extent2D VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::maxSampleLocationGridSize |
Definition at line 16731 of file vulkan.hpp.
Referenced by operator==().
| void* VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::pNext = nullptr |
Definition at line 16730 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 16727 of file vulkan.hpp.
Referenced by operator==().