Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp91375 struct SwapchainPresentModesCreateInfoEXT struct
91377 using NativeType = VkSwapchainPresentModesCreateInfoEXT;
91379 static const bool allowDuplicate = false;
91380 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eSwapchainPresentModesCreateInfoEXT;
91384 VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT(uint32_t presentModeCount_ = {}, const VULK… in SwapchainPresentModesCreateInfoEXT() function
91390SwapchainPresentModesCreateInfoEXT( VkSwapchainPresentModesCreateInfoEXT const & rhs ) VULKAN_HPP_… in SwapchainPresentModesCreateInfoEXT() function
91395SwapchainPresentModesCreateInfoEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP… in SwapchainPresentModesCreateInfoEXT() function
91406 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SwapchainPresentModesCreateInfoEXT const *>( &rhs … in operator =()
91411 …HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
91417 …inPresentModesCreateInfoEXT & setPresentModeCount( uint32_t presentModeCount_ ) VULKAN_HPP_NOEXCEPT in setPresentModeCount()
[all …]