Lines Matching defs:PipelineExecutableInfoKHR
45564 struct PipelineExecutableInfoKHR struct
45570 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR(VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = {}, uint… in PipelineExecutableInfoKHR() function
45576 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function
45584 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()
45588 … PipelineExecutableInfoKHR & operator=( PipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
45594 PipelineExecutableInfoKHR & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
45600 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()
45606 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()
45613 operator VkPipelineExecutableInfoKHR const&() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()
45618 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()
45627 bool operator==( PipelineExecutableInfoKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
45635 bool operator!=( PipelineExecutableInfoKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
45644 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInfoKHR;
45645 const void* pNext = {};
45646 VULKAN_HPP_NAMESPACE::Pipeline pipeline = {};
45647 uint32_t executableIndex = {};