Vulkan-Hpp
vk::PhysicalDeviceMaintenance4Features Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMaintenance4Features
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance4Features (vk::Bool32 maintenance4_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance4Features (PhysicalDeviceMaintenance4Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMaintenance4Features (VkPhysicalDeviceMaintenance4Features const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMaintenance4Featuresoperator= (PhysicalDeviceMaintenance4Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMaintenance4Featuresoperator= (VkPhysicalDeviceMaintenance4Features const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMaintenance4FeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMaintenance4FeaturessetMaintenance4 (vk::Bool32 maintenance4_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance4Features const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance4Features & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMaintenance4Features const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMaintenance4Features const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMaintenance4Features
 
void * pNext = {}
 
vk::Bool32 maintenance4 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71365 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMaintenance4Features() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMaintenance4Features::PhysicalDeviceMaintenance4Features ( vk::Bool32  maintenance4_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71373 of file vulkan_structs.hpp.

◆ PhysicalDeviceMaintenance4Features() [2/3]

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

◆ PhysicalDeviceMaintenance4Features() [3/3]

vk::PhysicalDeviceMaintenance4Features::PhysicalDeviceMaintenance4Features ( VkPhysicalDeviceMaintenance4Features const &  rhs)
inline

Definition at line 71381 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMaintenance4Features &()

vk::PhysicalDeviceMaintenance4Features::operator VkPhysicalDeviceMaintenance4Features & ( )
inline

Definition at line 71414 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMaintenance4Features const &()

vk::PhysicalDeviceMaintenance4Features::operator VkPhysicalDeviceMaintenance4Features const & ( ) const
inline

Definition at line 71409 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 71443 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMaintenance4Features& vk::PhysicalDeviceMaintenance4Features::operator= ( VkPhysicalDeviceMaintenance4Features const &  rhs)
inline

Definition at line 71389 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 71434 of file vulkan_structs.hpp.

◆ setMaintenance4()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMaintenance4Features& vk::PhysicalDeviceMaintenance4Features::setMaintenance4 ( vk::Bool32  maintenance4_)
inline

Definition at line 71402 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 71396 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71369 of file vulkan_structs.hpp.

◆ maintenance4

vk::Bool32 vk::PhysicalDeviceMaintenance4Features::maintenance4 = {}

Definition at line 71452 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 71451 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMaintenance4Features::structureType = StructureType::ePhysicalDeviceMaintenance4Features
static

Definition at line 71370 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMaintenance4Features::sType = StructureType::ePhysicalDeviceMaintenance4Features

Definition at line 71450 of file vulkan_structs.hpp.


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