Vulkan-Hpp
vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV (vk::Bool32 deviceGeneratedCompute_={}, vk::Bool32 deviceGeneratedComputePipelines_={}, vk::Bool32 deviceGeneratedComputeCaptureReplay_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV (PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV (VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVoperator= (PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVoperator= (VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVsetDeviceGeneratedCompute (vk::Bool32 deviceGeneratedCompute_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVsetDeviceGeneratedComputePipelines (vk::Bool32 deviceGeneratedComputePipelines_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVsetDeviceGeneratedComputeCaptureReplay (vk::Bool32 deviceGeneratedComputeCaptureReplay_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
 
void * pNext = {}
 
vk::Bool32 deviceGeneratedCompute = {}
 
vk::Bool32 deviceGeneratedComputePipelines = {}
 
vk::Bool32 deviceGeneratedComputeCaptureReplay = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 61909 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV ( vk::Bool32  deviceGeneratedCompute_ = {},
vk::Bool32  deviceGeneratedComputePipelines_ = {},
vk::Bool32  deviceGeneratedComputeCaptureReplay_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 61917 of file vulkan_structs.hpp.

◆ PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV() [2/3]

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

◆ PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV() [3/3]

vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV ( VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &  rhs)
inline

Definition at line 61931 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV &()

vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV & ( )
inline

Definition at line 61981 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &()

vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const & ( ) const
inline

Definition at line 61976 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 62016 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::operator= ( VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV const &  rhs)
inline

Definition at line 61941 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 62005 of file vulkan_structs.hpp.

◆ setDeviceGeneratedCompute()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::setDeviceGeneratedCompute ( vk::Bool32  deviceGeneratedCompute_)
inline

Definition at line 61955 of file vulkan_structs.hpp.

◆ setDeviceGeneratedComputeCaptureReplay()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::setDeviceGeneratedComputeCaptureReplay ( vk::Bool32  deviceGeneratedComputeCaptureReplay_)
inline

Definition at line 61969 of file vulkan_structs.hpp.

◆ setDeviceGeneratedComputePipelines()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV& vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::setDeviceGeneratedComputePipelines ( vk::Bool32  deviceGeneratedComputePipelines_)
inline

Definition at line 61962 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 61948 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 61913 of file vulkan_structs.hpp.

◆ deviceGeneratedCompute

vk::Bool32 vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::deviceGeneratedCompute = {}

Definition at line 62025 of file vulkan_structs.hpp.

◆ deviceGeneratedComputeCaptureReplay

vk::Bool32 vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::deviceGeneratedComputeCaptureReplay = {}

Definition at line 62027 of file vulkan_structs.hpp.

◆ deviceGeneratedComputePipelines

vk::Bool32 vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::deviceGeneratedComputePipelines = {}

Definition at line 62026 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 62024 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
static

Definition at line 61914 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV::sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV

Definition at line 62023 of file vulkan_structs.hpp.


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