Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp24378 struct DeviceGroupPresentInfoKHR struct
24380 using NativeType = VkDeviceGroupPresentInfoKHR;
24382 static const bool allowDuplicate = false;
24383 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
24387 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR(uint32_t swapchainCount_ = {}, const uint32_t * pDev… in DeviceGroupPresentInfoKHR() function
24393 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
24398DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
24409 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
24414 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
24420 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]