• Home
  • Raw
  • Download

Lines Matching defs:PipelineExecutableInfoKHR

107037   struct PipelineExecutableInfoKHR  struct
107039 using NativeType = VkPipelineExecutableInfoKHR;
107041 static const bool allowDuplicate = false;
107042 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;
107045 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function
107056 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function
107066 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()
107071 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107077 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()
107083 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()
107090 operator VkPipelineExecutableInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()
107095 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()
107106 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
107115 bool operator==( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
107124 bool operator!=( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
107131 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInfoKHR;
107132 const void * pNext = {};
107133 VULKAN_HPP_NAMESPACE::Pipeline pipeline = {};
107134 uint32_t executableIndex = {};