Searched defs:PresentInfoKHR (Results 1 – 6 of 6) sorted by relevance
89 create_info: &vk::PresentInfoKHR, in queue_present()
84574 struct PresentInfoKHR struct84576 using NativeType = VkPresentInfoKHR;84578 static const bool allowDuplicate = false;84579 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;84582 …VULKAN_HPP_CONSTEXPR PresentInfoKHR( uint32_t waitSemaphoreCount… in PresentInfoKHR() function84601 …PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : PresentInfoKHR( *reinterpret_… in PresentInfoKHR() function84604 …PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() function84643 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()84648 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()84654 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()[all …]
78625 struct PresentInfoKHR struct78627 using NativeType = VkPresentInfoKHR;78629 static const bool allowDuplicate = false;78630 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;78634 …PresentInfoKHR(uint32_t waitSemaphoreCount_ = {}, const VULKAN_HPP_NAMESPACE::Semaphore * pWaitSem… in PresentInfoKHR() function78640 PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PresentInfoKHR() argument78645 …PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() argument78675 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()78680 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()78686 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()[all …]
89088 struct PresentInfoKHR struct89090 using NativeType = VkPresentInfoKHR;89092 static const bool allowDuplicate = false;89093 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;89096 …VULKAN_HPP_CONSTEXPR PresentInfoKHR( uint32_t waitSemaphoreCount… in PresentInfoKHR() argument89115 …PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : PresentInfoKHR( *reinterpret_… in PresentInfoKHR() function89118 …PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() function89157 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()89162 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()89168 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()[all …]
11054 pub struct PresentInfoKHR { struct11064 impl ::std::default::Default for PresentInfoKHR { argument11078 impl PresentInfoKHR { impl11141 pub fn build(self) -> PresentInfoKHR { in build()
287 unsafe extern "system" fn(queue: Queue, p_present_info: *const PresentInfoKHR) -> Result; constant417 _p_present_info: *const PresentInfoKHR, in load()564 p_present_info: *const PresentInfoKHR, in queue_present_khr()