Vulkan-Hpp
vk::PhysicalDeviceProtectedMemoryProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProtectedMemoryProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties (vk::Bool32 protectedNoFault_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties (PhysicalDeviceProtectedMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceProtectedMemoryProperties (VkPhysicalDeviceProtectedMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceProtectedMemoryPropertiesoperator= (PhysicalDeviceProtectedMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceProtectedMemoryPropertiesoperator= (VkPhysicalDeviceProtectedMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProtectedMemoryProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProtectedMemoryProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceProtectedMemoryProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceProtectedMemoryProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryProperties
 
void * pNext = {}
 
vk::Bool32 protectedNoFault = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 77443 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceProtectedMemoryProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceProtectedMemoryProperties::PhysicalDeviceProtectedMemoryProperties ( vk::Bool32  protectedNoFault_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 77451 of file vulkan_structs.hpp.

◆ PhysicalDeviceProtectedMemoryProperties() [2/3]

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

◆ PhysicalDeviceProtectedMemoryProperties() [3/3]

vk::PhysicalDeviceProtectedMemoryProperties::PhysicalDeviceProtectedMemoryProperties ( VkPhysicalDeviceProtectedMemoryProperties const &  rhs)
inline

Definition at line 77460 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProtectedMemoryProperties &()

vk::PhysicalDeviceProtectedMemoryProperties::operator VkPhysicalDeviceProtectedMemoryProperties & ( )
inline

Definition at line 77479 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceProtectedMemoryProperties const &()

vk::PhysicalDeviceProtectedMemoryProperties::operator VkPhysicalDeviceProtectedMemoryProperties const & ( ) const
inline

Definition at line 77474 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77508 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceProtectedMemoryProperties& vk::PhysicalDeviceProtectedMemoryProperties::operator= ( VkPhysicalDeviceProtectedMemoryProperties const &  rhs)
inline

Definition at line 77468 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77499 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77447 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77516 of file vulkan_structs.hpp.

◆ protectedNoFault

vk::Bool32 vk::PhysicalDeviceProtectedMemoryProperties::protectedNoFault = {}

Definition at line 77517 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceProtectedMemoryProperties::structureType = StructureType::ePhysicalDeviceProtectedMemoryProperties
static

Definition at line 77448 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceProtectedMemoryProperties::sType = StructureType::ePhysicalDeviceProtectedMemoryProperties

Definition at line 77515 of file vulkan_structs.hpp.


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