• Home
  • Raw
  • Download

Lines Matching defs:PipelineExecutableInfoKHR

91423   struct PipelineExecutableInfoKHR  struct
91425 using NativeType = VkPipelineExecutableInfoKHR;
91427 static const bool allowDuplicate = false;
91428 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;
91431 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function
91442 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function
91452 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()
91457 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
91463 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()
91469 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()
91476 operator VkPipelineExecutableInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()
91481 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()
91492 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
91501 bool operator==( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
91510 bool operator!=( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
91517 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInfoKHR;
91518 const void * pNext = {};
91519 VULKAN_HPP_NAMESPACE::Pipeline pipeline = {};
91520 uint32_t executableIndex = {};