SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DedicatedAllocationImageCreateInfoNV (Bool32 dedicatedAllocation_=0) | |
DedicatedAllocationImageCreateInfoNV (VkDedicatedAllocationImageCreateInfoNV const &rhs) | |
DedicatedAllocationImageCreateInfoNV & | operator= (VkDedicatedAllocationImageCreateInfoNV const &rhs) |
DedicatedAllocationImageCreateInfoNV & | setPNext (const void *pNext_) |
DedicatedAllocationImageCreateInfoNV & | setDedicatedAllocation (Bool32 dedicatedAllocation_) |
operator VkDedicatedAllocationImageCreateInfoNV const & () const | |
operator VkDedicatedAllocationImageCreateInfoNV & () | |
bool | operator== (DedicatedAllocationImageCreateInfoNV const &rhs) const |
bool | operator!= (DedicatedAllocationImageCreateInfoNV const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Bool32 | dedicatedAllocation |
Private Attributes | |
StructureType | sType = StructureType::eDedicatedAllocationImageCreateInfoNV |
Definition at line 12504 of file vulkan.hpp.
|
inline |
Definition at line 12506 of file vulkan.hpp.
|
inline |
Definition at line 12511 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12538 of file vulkan.hpp.
|
inline |
Definition at line 12533 of file vulkan.hpp.
|
inline |
Definition at line 12550 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 12543 of file vulkan.hpp.
References dedicatedAllocation, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 12527 of file vulkan.hpp.
References dedicatedAllocation.
|
inline |
Definition at line 12521 of file vulkan.hpp.
References pNext.
Bool32 VULKAN_HPP_NAMESPACE::DedicatedAllocationImageCreateInfoNV::dedicatedAllocation |
Definition at line 12560 of file vulkan.hpp.
Referenced by operator==(), and setDedicatedAllocation().
const void* VULKAN_HPP_NAMESPACE::DedicatedAllocationImageCreateInfoNV::pNext = nullptr |
Definition at line 12559 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 12556 of file vulkan.hpp.
Referenced by operator==().