SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkMemoryDedicatedRequirements const & () const | |
operator VkMemoryDedicatedRequirements & () | |
bool | operator== (MemoryDedicatedRequirements const &rhs) const |
bool | operator!= (MemoryDedicatedRequirements const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | prefersDedicatedAllocation |
Bool32 | requiresDedicatedAllocation |
Private Attributes | |
StructureType | sType = StructureType::eMemoryDedicatedRequirements |
Definition at line 16106 of file vulkan.hpp.
|
inline |
Definition at line 16113 of file vulkan.hpp.
|
inline |
Definition at line 16108 of file vulkan.hpp.
|
inline |
Definition at line 16126 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 16118 of file vulkan.hpp.
References pNext, prefersDedicatedAllocation, requiresDedicatedAllocation, and sType.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::MemoryDedicatedRequirements::pNext = nullptr |
Definition at line 16135 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::MemoryDedicatedRequirements::prefersDedicatedAllocation |
Definition at line 16136 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::MemoryDedicatedRequirements::requiresDedicatedAllocation |
Definition at line 16137 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 16132 of file vulkan.hpp.
Referenced by operator==().