Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryFdPropertiesKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryFdPropertiesKHR (uint32_t memoryTypeBits_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | MemoryFdPropertiesKHR (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryFdPropertiesKHR (VkMemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
MemoryFdPropertiesKHR & | operator= (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryFdPropertiesKHR & | operator= (VkMemoryFdPropertiesKHR 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 |
Public Attributes | |
vk::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 51009 of file vulkan_structs.hpp.
Definition at line 51011 of file vulkan_structs.hpp.
|
inline |
Definition at line 51017 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51025 of file vulkan_structs.hpp.
|
inline |
Definition at line 51044 of file vulkan_structs.hpp.
|
inline |
Definition at line 51039 of file vulkan_structs.hpp.
|
inline |
Definition at line 51073 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51033 of file vulkan_structs.hpp.
|
inline |
Definition at line 51064 of file vulkan_structs.hpp.
|
static |
Definition at line 51013 of file vulkan_structs.hpp.
uint32_t vk::MemoryFdPropertiesKHR::memoryTypeBits = {} |
Definition at line 51082 of file vulkan_structs.hpp.
void* vk::MemoryFdPropertiesKHR::pNext = {} |
Definition at line 51081 of file vulkan_structs.hpp.
|
static |
Definition at line 51014 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryFdPropertiesKHR::sType = StructureType::eMemoryFdPropertiesKHR |
Definition at line 51080 of file vulkan_structs.hpp.