Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp45079 struct MemoryFdPropertiesKHR struct
45085 VULKAN_HPP_CONSTEXPR MemoryFdPropertiesKHR(uint32_t memoryTypeBits_ = {}) VULKAN_HPP_NOEXCEPT in MemoryFdPropertiesKHR() function
45091 MemoryFdPropertiesKHR( VkMemoryFdPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryFdPropertiesKHR() function
45099 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryFdPropertiesKHR const *>( &rhs ); in operator =()
45103 MemoryFdPropertiesKHR & operator=( MemoryFdPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
45110 operator VkMemoryFdPropertiesKHR const&() const VULKAN_HPP_NOEXCEPT in operator VkMemoryFdPropertiesKHR const&()
45115 operator VkMemoryFdPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkMemoryFdPropertiesKHR&()
45124 bool operator==( MemoryFdPropertiesKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
45131 bool operator!=( MemoryFdPropertiesKHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
45140 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMemoryFdPropertiesKHR;
[all …]