RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures Struct Reference

#include <vulkan.hpp>

Public Member Functions

 PhysicalDeviceProtectedMemoryFeatures (Bool32 protectedMemory_=0)
 
 PhysicalDeviceProtectedMemoryFeatures (VkPhysicalDeviceProtectedMemoryFeatures const &rhs)
 
PhysicalDeviceProtectedMemoryFeaturesoperator= (VkPhysicalDeviceProtectedMemoryFeatures const &rhs)
 
PhysicalDeviceProtectedMemoryFeaturessetPNext (void *pNext_)
 
PhysicalDeviceProtectedMemoryFeaturessetProtectedMemory (Bool32 protectedMemory_)
 
 operator const VkPhysicalDeviceProtectedMemoryFeatures & () const
 
bool operator== (PhysicalDeviceProtectedMemoryFeatures const &rhs) const
 
bool operator!= (PhysicalDeviceProtectedMemoryFeatures const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
Bool32 protectedMemory
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
 

Constructor & Destructor Documentation

◆ PhysicalDeviceProtectedMemoryFeatures() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( Bool32  protectedMemory_ = 0)
inline

◆ PhysicalDeviceProtectedMemoryFeatures() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( VkPhysicalDeviceProtectedMemoryFeatures const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDeviceProtectedMemoryFeatures &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator const VkPhysicalDeviceProtectedMemoryFeatures & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator!= ( PhysicalDeviceProtectedMemoryFeatures const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PhysicalDeviceProtectedMemoryFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator= ( VkPhysicalDeviceProtectedMemoryFeatures const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator== ( PhysicalDeviceProtectedMemoryFeatures const rhs) const
inline
Here is the caller graph for this function:

◆ setPNext()

PhysicalDeviceProtectedMemoryFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::setPNext ( void pNext_)
inline

◆ setProtectedMemory()

PhysicalDeviceProtectedMemoryFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::setProtectedMemory ( Bool32  protectedMemory_)
inline

Member Data Documentation

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::pNext = nullptr

◆ protectedMemory

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::protectedMemory

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
private

The documentation for this struct was generated from the following file: