Vulkan-Hpp
vk::PhysicalDeviceProtectedMemoryFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProtectedMemoryFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryFeatures (vk::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 PhysicalDeviceProtectedMemoryFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProtectedMemoryFeaturessetProtectedMemory (vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures
 
void * pNext = {}
 
vk::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 77346 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceProtectedMemoryFeatures() [1/3]

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

Definition at line 77354 of file vulkan_structs.hpp.

◆ PhysicalDeviceProtectedMemoryFeatures() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( PhysicalDeviceProtectedMemoryFeatures const &  rhs)
default

◆ PhysicalDeviceProtectedMemoryFeatures() [3/3]

vk::PhysicalDeviceProtectedMemoryFeatures::PhysicalDeviceProtectedMemoryFeatures ( VkPhysicalDeviceProtectedMemoryFeatures const &  rhs)
inline

Definition at line 77363 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProtectedMemoryFeatures &()

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

Definition at line 77396 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceProtectedMemoryFeatures const &()

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

Definition at line 77391 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceProtectedMemoryFeatures::operator!= ( PhysicalDeviceProtectedMemoryFeatures const &  rhs) const
inline

Definition at line 77425 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceProtectedMemoryFeatures& vk::PhysicalDeviceProtectedMemoryFeatures::operator= ( PhysicalDeviceProtectedMemoryFeatures const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceProtectedMemoryFeatures& vk::PhysicalDeviceProtectedMemoryFeatures::operator= ( VkPhysicalDeviceProtectedMemoryFeatures const &  rhs)
inline

Definition at line 77371 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceProtectedMemoryFeatures::operator== ( PhysicalDeviceProtectedMemoryFeatures const &  rhs) const
inline

Definition at line 77416 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProtectedMemoryFeatures& vk::PhysicalDeviceProtectedMemoryFeatures::setPNext ( void *  pNext_)
inline

Definition at line 77378 of file vulkan_structs.hpp.

◆ setProtectedMemory()

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

Definition at line 77384 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77350 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77433 of file vulkan_structs.hpp.

◆ protectedMemory

vk::Bool32 vk::PhysicalDeviceProtectedMemoryFeatures::protectedMemory = {}

Definition at line 77434 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 77351 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceProtectedMemoryFeatures::sType = StructureType::ePhysicalDeviceProtectedMemoryFeatures

Definition at line 77432 of file vulkan_structs.hpp.


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