Searched defs:VkDevice (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp26990 VULKAN_HPP_TYPESAFE_EXPLICIT Device( VkDevice device )
26995 Device & operator=(VkDevice device)
27777 VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDevice() const
27793 VkDevice m_device;
27796 static_assert( sizeof( Device ) == sizeof( VkDevice ), "handle and wrapper have different size!" );
[all...]

Completed in 476 milliseconds