Vulkan-Hpp
vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (vk::Bool32 deviceGeneratedCommands_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVoperator= (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVoperator= (VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNVsetDeviceGeneratedCommands (vk::Bool32 deviceGeneratedCommands_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV
 
void * pNext = {}
 
vk::Bool32 deviceGeneratedCommands = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 62036 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ( vk::Bool32  deviceGeneratedCommands_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 62044 of file vulkan_structs.hpp.

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [2/3]

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

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [3/3]

vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &  rhs)
inline

Definition at line 62054 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV &()

vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV & ( )
inline

Definition at line 62088 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &()

vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const & ( ) const
inline

Definition at line 62083 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 62117 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDeviceGeneratedCommandsFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator= ( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &  rhs)
inline

Definition at line 62062 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 62108 of file vulkan_structs.hpp.

◆ setDeviceGeneratedCommands()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::setDeviceGeneratedCommands ( vk::Bool32  deviceGeneratedCommands_)
inline

Definition at line 62076 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 62069 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 62040 of file vulkan_structs.hpp.

◆ deviceGeneratedCommands

vk::Bool32 vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::deviceGeneratedCommands = {}

Definition at line 62126 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 62125 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV
static

Definition at line 62041 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV

Definition at line 62124 of file vulkan_structs.hpp.


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