SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceProtectedMemoryProperties (Bool32 protectedNoFault_=0) | |
PhysicalDeviceProtectedMemoryProperties (VkPhysicalDeviceProtectedMemoryProperties const &rhs) | |
PhysicalDeviceProtectedMemoryProperties & | operator= (VkPhysicalDeviceProtectedMemoryProperties const &rhs) |
PhysicalDeviceProtectedMemoryProperties & | setPNext (void *pNext_) |
PhysicalDeviceProtectedMemoryProperties & | setProtectedNoFault (Bool32 protectedNoFault_) |
operator VkPhysicalDeviceProtectedMemoryProperties const & () const | |
operator VkPhysicalDeviceProtectedMemoryProperties & () | |
bool | operator== (PhysicalDeviceProtectedMemoryProperties const &rhs) const |
bool | operator!= (PhysicalDeviceProtectedMemoryProperties const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | protectedNoFault |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceProtectedMemoryProperties |
Definition at line 16527 of file vulkan.hpp.
|
inline |
Definition at line 16529 of file vulkan.hpp.
|
inline |
Definition at line 16534 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16561 of file vulkan.hpp.
|
inline |
Definition at line 16556 of file vulkan.hpp.
|
inline |
Definition at line 16573 of file vulkan.hpp.
|
inline |
Definition at line 16539 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16566 of file vulkan.hpp.
References pNext, protectedNoFault, and sType.
|
inline |
Definition at line 16544 of file vulkan.hpp.
|
inline |
Definition at line 16550 of file vulkan.hpp.
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties::pNext = nullptr |
Definition at line 16582 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties::protectedNoFault |
Definition at line 16583 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 16579 of file vulkan.hpp.
Referenced by operator==().