Lines Matching defs:SwapchainPresentModesCreateInfoEXT
97853 struct SwapchainPresentModesCreateInfoEXT struct
97855 using NativeType = VkSwapchainPresentModesCreateInfoEXT;
97857 static const bool allowDuplicate = false;
97858 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eSwapchainPresentModesCreateInfoEXT;
97861 …VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT( uint32_t … in SwapchainPresentModesCreateInfoEXT() argument
97872 …SwapchainPresentModesCreateInfoEXT( VkSwapchainPresentModesCreateInfoEXT const & rhs ) VULKAN_HPP_… in SwapchainPresentModesCreateInfoEXT() function
97878 …SwapchainPresentModesCreateInfoEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP… in SwapchainPresentModesCreateInfoEXT() function
97890 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SwapchainPresentModesCreateInfoEXT const *>( &rhs … in operator =()
97895 …HPP_CONSTEXPR_14 SwapchainPresentModesCreateInfoEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
97901 …inPresentModesCreateInfoEXT & setPresentModeCount( uint32_t presentModeCount_ ) VULKAN_HPP_NOEXCEPT in setPresentModeCount()
97908 …setPPresentModes( const VULKAN_HPP_NAMESPACE::PresentModeKHR * pPresentModes_ ) VULKAN_HPP_NOEXCEPT in setPPresentModes()
97916 …Temporaries<const VULKAN_HPP_NAMESPACE::PresentModeKHR> const & presentModes_ ) VULKAN_HPP_NOEXCEPT in setPresentModes()
97925 operator VkSwapchainPresentModesCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSwapchainPresentModesCreateInfoEXT const&()
97930 operator VkSwapchainPresentModesCreateInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkSwapchainPresentModesCreateInfoEXT&()
97941 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
97950 bool operator==( SwapchainPresentModesCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
97959 bool operator!=( SwapchainPresentModesCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
97966 …PACE::StructureType sType = StructureType::eSwapchainPresentModesCreateInfoEXT;
97967 void * pNext = {};
97968 uint32_t presentModeCount = {};
97969 const VULKAN_HPP_NAMESPACE::PresentModeKHR * pPresentModes = {};