Lines Matching defs:PipelineExecutableInfoKHR
96155 struct PipelineExecutableInfoKHR struct
96157 using NativeType = VkPipelineExecutableInfoKHR;
96159 static const bool allowDuplicate = false;
96160 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;
96163 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function
96174 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function
96184 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()
96189 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
96195 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()
96201 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()
96208 operator VkPipelineExecutableInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()
96213 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()
96224 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
96233 bool operator==( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
96242 bool operator!=( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
96249 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInfoKHR;
96250 const void * pNext = {};
96251 VULKAN_HPP_NAMESPACE::Pipeline pipeline = {};
96252 uint32_t executableIndex = {};