Searched refs:SubmitInfo (Results 1 – 2 of 2) sorted by relevance
14719 struct SubmitInfo struct14721 …SubmitInfo( uint32_t waitSemaphoreCount_ = 0, const Semaphore* pWaitSemaphores_ = nullptr, const P… in SubmitInfo() argument14734 SubmitInfo( VkSubmitInfo const & rhs ) in SubmitInfo() function14736 memcpy( this, &rhs, sizeof(SubmitInfo) ); in SubmitInfo()14739 SubmitInfo& operator=( VkSubmitInfo const & rhs ) in operator =() argument14741 memcpy( this, &rhs, sizeof(SubmitInfo) ); in operator =()14745 SubmitInfo& setSType( StructureType sType_ ) in setSType() argument14751 SubmitInfo& setPNext( const void* pNext_ ) in setPNext() argument14757 SubmitInfo& setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) in setWaitSemaphoreCount() argument14763 SubmitInfo& setPWaitSemaphores( const Semaphore* pWaitSemaphores_ ) in setPWaitSemaphores() argument[all …]
437 vk::SubmitInfo() in draw()455 vk::SubmitInfo() in draw()611 vk::SubmitInfo().setCommandBufferCount(1).setPCommandBuffers( in flush_init_cmd()