HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProtectedMemoryFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryFeatures (VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryFeatures (PhysicalDeviceProtectedMemoryFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceProtectedMemoryFeatures (VkPhysicalDeviceProtectedMemoryFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceProtectedMemoryFeaturesoperator= (PhysicalDeviceProtectedMemoryFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceProtectedMemoryFeaturesoperator= (VkPhysicalDeviceProtectedMemoryFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceProtectedMemoryFeatures
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceProtectedMemoryFeatures
setProtectedMemory (VULKAN_HPP_NAMESPACE::Bool32 protectedMemory_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProtectedMemoryFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProtectedMemoryFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceProtectedMemoryFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceProtectedMemoryFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 protectedMemory = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
 

Detailed Description

Definition at line 67179 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( VULKAN_HPP_NAMESPACE::Bool32  protectedMemory_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 67187 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( PhysicalDeviceProtectedMemoryFeatures const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( VkPhysicalDeviceProtectedMemoryFeatures const rhs)
inline

Definition at line 67196 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 67229 of file vulkan_structs.hpp.

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

Definition at line 67224 of file vulkan_structs.hpp.

PhysicalDeviceProtectedMemoryFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator= ( PhysicalDeviceProtectedMemoryFeatures const rhs)
default
PhysicalDeviceProtectedMemoryFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator= ( VkPhysicalDeviceProtectedMemoryFeatures const rhs)
inline

Definition at line 67204 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::operator== ( PhysicalDeviceProtectedMemoryFeatures const rhs) const
inline

Definition at line 67249 of file vulkan_structs.hpp.

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

Definition at line 67211 of file vulkan_structs.hpp.

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

Definition at line 67217 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::allowDuplicate = false
static

Definition at line 67183 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::pNext = {}

Definition at line 67266 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::protectedMemory = {}

Definition at line 67267 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryFeatures::structureType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
static

Definition at line 67184 of file vulkan_structs.hpp.

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

Definition at line 67265 of file vulkan_structs.hpp.


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