|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | MemoryFdPropertiesKHR (uint32_t memoryTypeBits_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | MemoryFdPropertiesKHR (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
| MemoryFdPropertiesKHR (VkMemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
| MemoryFdPropertiesKHR & | operator= (VkMemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT |
| MemoryFdPropertiesKHR & | operator= (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkMemoryFdPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkMemoryFdPropertiesKHR & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (MemoryFdPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (MemoryFdPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eMemoryFdPropertiesKHR |
| void * | pNext = {} |
| uint32_t | memoryTypeBits = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryFdPropertiesKHR |
Definition at line 45021 of file vulkan.hpp.
|
inline |
Definition at line 45027 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 45033 of file vulkan.hpp.
|
inline |
Definition at line 45057 of file vulkan.hpp.
|
inline |
Definition at line 45052 of file vulkan.hpp.
|
inline |
Definition at line 45073 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 45045 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 45039 of file vulkan.hpp.
|
inline |
Definition at line 45066 of file vulkan.hpp.
|
static |
Definition at line 45023 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::MemoryFdPropertiesKHR::memoryTypeBits = {} |
Definition at line 45084 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::MemoryFdPropertiesKHR::pNext = {} |
Definition at line 45083 of file vulkan.hpp.
|
static |
Definition at line 45024 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryFdPropertiesKHR::sType = StructureType::eMemoryFdPropertiesKHR |
Definition at line 45082 of file vulkan.hpp.