Lines Matching defs:PipelineExecutableInfoKHR

93451   struct PipelineExecutableInfoKHR  struct
93453 using NativeType = VkPipelineExecutableInfoKHR;
93455 static const bool allowDuplicate = false;
93456 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;
93459 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function
93470 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function
93480 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()
93485 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
93491 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()
93497 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()
93504 operator VkPipelineExecutableInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()
93509 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()
93520 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
93529 bool operator==( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
93538 bool operator!=( PipelineExecutableInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
93545 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInfoKHR;
93546 const void * pNext = {};
93547 VULKAN_HPP_NAMESPACE::Pipeline pipeline = {};
93548 uint32_t executableIndex = {};