Vulkan-Hpp
vk::PipelineExecutableInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineExecutableInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR (vk::Pipeline pipeline_={}, uint32_t executableIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR (PipelineExecutableInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineExecutableInfoKHR (VkPipelineExecutableInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineExecutableInfoKHRoperator= (PipelineExecutableInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineExecutableInfoKHRoperator= (VkPipelineExecutableInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHRsetPipeline (vk::Pipeline pipeline_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHRsetExecutableIndex (uint32_t executableIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineExecutableInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineExecutableInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePipelineExecutableInfoKHR
 
const void * pNext = {}
 
vk::Pipeline pipeline = {}
 
uint32_t executableIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 91423 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PipelineExecutableInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PipelineExecutableInfoKHR::PipelineExecutableInfoKHR ( vk::Pipeline  pipeline_ = {},
uint32_t  executableIndex_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 91431 of file vulkan_structs.hpp.

◆ PipelineExecutableInfoKHR() [2/3]

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

◆ PipelineExecutableInfoKHR() [3/3]

vk::PipelineExecutableInfoKHR::PipelineExecutableInfoKHR ( VkPipelineExecutableInfoKHR const &  rhs)
inline

Definition at line 91442 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPipelineExecutableInfoKHR &()

vk::PipelineExecutableInfoKHR::operator VkPipelineExecutableInfoKHR & ( )
inline

Definition at line 91481 of file vulkan_structs.hpp.

◆ operator VkPipelineExecutableInfoKHR const &()

vk::PipelineExecutableInfoKHR::operator VkPipelineExecutableInfoKHR const & ( ) const
inline

Definition at line 91476 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 91510 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PipelineExecutableInfoKHR& vk::PipelineExecutableInfoKHR::operator= ( VkPipelineExecutableInfoKHR const &  rhs)
inline

Definition at line 91450 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 91501 of file vulkan_structs.hpp.

◆ setExecutableIndex()

VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR& vk::PipelineExecutableInfoKHR::setExecutableIndex ( uint32_t  executableIndex_)
inline

Definition at line 91469 of file vulkan_structs.hpp.

◆ setPipeline()

VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR& vk::PipelineExecutableInfoKHR::setPipeline ( vk::Pipeline  pipeline_)
inline

Definition at line 91463 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR& vk::PipelineExecutableInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 91457 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 91427 of file vulkan_structs.hpp.

◆ executableIndex

uint32_t vk::PipelineExecutableInfoKHR::executableIndex = {}

Definition at line 91520 of file vulkan_structs.hpp.

◆ pipeline

vk::Pipeline vk::PipelineExecutableInfoKHR::pipeline = {}

Definition at line 91519 of file vulkan_structs.hpp.

◆ pNext

const void* vk::PipelineExecutableInfoKHR::pNext = {}

Definition at line 91518 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PipelineExecutableInfoKHR::structureType = StructureType::ePipelineExecutableInfoKHR
static

Definition at line 91428 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PipelineExecutableInfoKHR::sType = StructureType::ePipelineExecutableInfoKHR

Definition at line 91517 of file vulkan_structs.hpp.


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