SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceProtectedMemoryFeatures (Bool32 protectedMemory_=0) | |
PhysicalDeviceProtectedMemoryFeatures (VkPhysicalDeviceProtectedMemoryFeatures const &rhs) | |
PhysicalDeviceProtectedMemoryFeatures & | operator= (VkPhysicalDeviceProtectedMemoryFeatures const &rhs) |
PhysicalDeviceProtectedMemoryFeatures & | setPNext (void *pNext_) |
PhysicalDeviceProtectedMemoryFeatures & | setProtectedMemory (Bool32 protectedMemory_) |
operator VkPhysicalDeviceProtectedMemoryFeatures const & () const | |
operator VkPhysicalDeviceProtectedMemoryFeatures & () | |
bool | operator== (PhysicalDeviceProtectedMemoryFeatures const &rhs) const |
bool | operator!= (PhysicalDeviceProtectedMemoryFeatures const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | protectedMemory |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures |
Definition at line 16467 of file vulkan.hpp.
|
inline |
Definition at line 16469 of file vulkan.hpp.
|
inline |
Definition at line 16474 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16501 of file vulkan.hpp.
|
inline |
Definition at line 16496 of file vulkan.hpp.
|
inline |
Definition at line 16513 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 16506 of file vulkan.hpp.
References pNext, protectedMemory, and sType.
Referenced by operator!=().
|
inline |
Definition at line 16484 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 16490 of file vulkan.hpp.
References protectedMemory.
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::pNext = nullptr |
Definition at line 16522 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::protectedMemory |
Definition at line 16523 of file vulkan.hpp.
Referenced by operator==(), and setProtectedMemory().
|
private |
Definition at line 16519 of file vulkan.hpp.
Referenced by operator==().