Home
last modified time | relevance | path

Searched defs:PresentIdKHR (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp78700 struct PresentIdKHR struct
78702 using NativeType = VkPresentIdKHR;
78704 static const bool allowDuplicate = false;
78705 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentIdKHR;
78709 VULKAN_HPP_CONSTEXPR PresentIdKHR(uint32_t swapchainCount_ = {}, const uint64_t * pPresentIds_ = {}… in PresentIdKHR() function
78715 PresentIdKHR( VkPresentIdKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PresentIdKHR() function
78720PresentIdKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const & presentIds_, c… in PresentIdKHR() function
78731 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentIdKHR const *>( &rhs ); in operator =()
78736 VULKAN_HPP_CONSTEXPR_14 PresentIdKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
78742 …N_HPP_CONSTEXPR_14 PresentIdKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]