SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DedicatedAllocationBufferCreateInfoNV (Bool32 dedicatedAllocation_=0) | |
DedicatedAllocationBufferCreateInfoNV (VkDedicatedAllocationBufferCreateInfoNV const &rhs) | |
DedicatedAllocationBufferCreateInfoNV & | operator= (VkDedicatedAllocationBufferCreateInfoNV const &rhs) |
DedicatedAllocationBufferCreateInfoNV & | setPNext (const void *pNext_) |
DedicatedAllocationBufferCreateInfoNV & | setDedicatedAllocation (Bool32 dedicatedAllocation_) |
operator VkDedicatedAllocationBufferCreateInfoNV const & () const | |
operator VkDedicatedAllocationBufferCreateInfoNV & () | |
bool | operator== (DedicatedAllocationBufferCreateInfoNV const &rhs) const |
bool | operator!= (DedicatedAllocationBufferCreateInfoNV const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Bool32 | dedicatedAllocation |
Private Attributes | |
StructureType | sType = StructureType::eDedicatedAllocationBufferCreateInfoNV |
Definition at line 12564 of file vulkan.hpp.
|
inline |
Definition at line 12566 of file vulkan.hpp.
|
inline |
Definition at line 12571 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12598 of file vulkan.hpp.
|
inline |
Definition at line 12593 of file vulkan.hpp.
|
inline |
Definition at line 12610 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 12603 of file vulkan.hpp.
References dedicatedAllocation, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 12587 of file vulkan.hpp.
References dedicatedAllocation.
|
inline |
Definition at line 12581 of file vulkan.hpp.
References pNext.
Bool32 VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::dedicatedAllocation |
Definition at line 12620 of file vulkan.hpp.
Referenced by operator==(), and setDedicatedAllocation().
const void* VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::pNext = nullptr |
Definition at line 12619 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 12616 of file vulkan.hpp.
Referenced by operator==().