|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| operator VkPhysicalDeviceMaintenance3Properties const & () const | |
| operator VkPhysicalDeviceMaintenance3Properties & () | |
| bool | operator== (PhysicalDeviceMaintenance3Properties const &rhs) const |
| bool | operator!= (PhysicalDeviceMaintenance3Properties const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| uint32_t | maxPerSetDescriptors |
| DeviceSize | maxMemoryAllocationSize |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceMaintenance3Properties |
Definition at line 17254 of file vulkan.hpp.
|
inline |
Definition at line 17261 of file vulkan.hpp.
|
inline |
Definition at line 17256 of file vulkan.hpp.
|
inline |
Definition at line 17274 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 17266 of file vulkan.hpp.
References maxMemoryAllocationSize, maxPerSetDescriptors, pNext, and sType.
Referenced by operator!=().
| DeviceSize VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::maxMemoryAllocationSize |
Definition at line 17285 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::maxPerSetDescriptors |
Definition at line 17284 of file vulkan.hpp.
Referenced by operator==().
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::pNext = nullptr |
Definition at line 17283 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 17280 of file vulkan.hpp.
Referenced by operator==().