Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineInfoKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PipelineInfoKHR (vk::Pipeline pipeline_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | PipelineInfoKHR (PipelineInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
PipelineInfoKHR (VkPipelineInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
PipelineInfoKHR & | operator= (PipelineInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
PipelineInfoKHR & | operator= (VkPipelineInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PipelineInfoKHR & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PipelineInfoKHR & | setPipeline (vk::Pipeline pipeline_) VULKAN_HPP_NOEXCEPT |
operator VkPipelineInfoKHR const & () const VULKAN_HPP_NOEXCEPT | |
operator VkPipelineInfoKHR & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (PipelineInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PipelineInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineInfoKHR |
const void * | pNext = {} |
vk::Pipeline | pipeline = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineInfoKHR |
Definition at line 92236 of file vulkan_structs.hpp.
Definition at line 92238 of file vulkan_structs.hpp.
|
inline |
Definition at line 92244 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92252 of file vulkan_structs.hpp.
|
inline |
Definition at line 92282 of file vulkan_structs.hpp.
|
inline |
Definition at line 92277 of file vulkan_structs.hpp.
|
inline |
Definition at line 92311 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92257 of file vulkan_structs.hpp.
|
inline |
Definition at line 92302 of file vulkan_structs.hpp.
|
inline |
Definition at line 92270 of file vulkan_structs.hpp.
|
inline |
Definition at line 92264 of file vulkan_structs.hpp.
|
static |
Definition at line 92240 of file vulkan_structs.hpp.
vk::Pipeline vk::PipelineInfoKHR::pipeline = {} |
Definition at line 92320 of file vulkan_structs.hpp.
const void* vk::PipelineInfoKHR::pNext = {} |
Definition at line 92319 of file vulkan_structs.hpp.
|
static |
Definition at line 92241 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineInfoKHR::sType = StructureType::ePipelineInfoKHR |
Definition at line 92318 of file vulkan_structs.hpp.