SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceMemoryOverallocationCreateInfoAMD (MemoryOverallocationBehaviorAMD overallocationBehavior_=MemoryOverallocationBehaviorAMD::eDefault) | |
DeviceMemoryOverallocationCreateInfoAMD (VkDeviceMemoryOverallocationCreateInfoAMD const &rhs) | |
DeviceMemoryOverallocationCreateInfoAMD & | operator= (VkDeviceMemoryOverallocationCreateInfoAMD const &rhs) |
DeviceMemoryOverallocationCreateInfoAMD & | setPNext (const void *pNext_) |
DeviceMemoryOverallocationCreateInfoAMD & | setOverallocationBehavior (MemoryOverallocationBehaviorAMD overallocationBehavior_) |
operator VkDeviceMemoryOverallocationCreateInfoAMD const & () const | |
operator VkDeviceMemoryOverallocationCreateInfoAMD & () | |
bool | operator== (DeviceMemoryOverallocationCreateInfoAMD const &rhs) const |
bool | operator!= (DeviceMemoryOverallocationCreateInfoAMD const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
MemoryOverallocationBehaviorAMD | overallocationBehavior |
Private Attributes | |
StructureType | sType = StructureType::eDeviceMemoryOverallocationCreateInfoAMD |
Definition at line 37513 of file vulkan.hpp.
|
inline |
Definition at line 37515 of file vulkan.hpp.
|
inline |
Definition at line 37520 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 37547 of file vulkan.hpp.
|
inline |
Definition at line 37542 of file vulkan.hpp.
|
inline |
Definition at line 37559 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 37552 of file vulkan.hpp.
References overallocationBehavior, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 37536 of file vulkan.hpp.
References overallocationBehavior.
|
inline |
Definition at line 37530 of file vulkan.hpp.
References pNext.
MemoryOverallocationBehaviorAMD VULKAN_HPP_NAMESPACE::DeviceMemoryOverallocationCreateInfoAMD::overallocationBehavior |
Definition at line 37569 of file vulkan.hpp.
Referenced by operator==(), and setOverallocationBehavior().
const void* VULKAN_HPP_NAMESPACE::DeviceMemoryOverallocationCreateInfoAMD::pNext = nullptr |
Definition at line 37568 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 37565 of file vulkan.hpp.
Referenced by operator==().