Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_structs.hpp101679 struct SwapchainPresentModesCreateInfoEXT struct
101681 using NativeType = VkSwapchainPresentModesCreateInfoEXT;
101683 static const bool allowDuplicate = false;
101684 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eSwapchainPresentModesCreateInfoEXT;
101688 VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT(uint32_t presentModeCount_ = {}, const VULK… in SwapchainPresentModesCreateInfoEXT() function
101694SwapchainPresentModesCreateInfoEXT( VkSwapchainPresentModesCreateInfoEXT const & rhs ) VULKAN_HPP_… in SwapchainPresentModesCreateInfoEXT() function
101699SwapchainPresentModesCreateInfoEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP… in SwapchainPresentModesCreateInfoEXT() function
101710 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SwapchainPresentModesCreateInfoEXT const *>( &rhs … in operator =()
101715 …NSTEXPR_14 SwapchainPresentModesCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
101721 …inPresentModesCreateInfoEXT & setPresentModeCount( uint32_t presentModeCount_ ) VULKAN_HPP_NOEXCEPT in setPresentModeCount()
[all …]