Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryMapInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryMapInfoKHR |
const void * | pNext = {} |
vk::MemoryMapFlags | flags = {} |
vk::DeviceMemory | memory = {} |
vk::DeviceSize | offset = {} |
vk::DeviceSize | size = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryMapInfoKHR |
Definition at line 51785 of file vulkan_structs.hpp.
Definition at line 51787 of file vulkan_structs.hpp.
|
inline |
Definition at line 51793 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51808 of file vulkan_structs.hpp.
|
inline |
Definition at line 51856 of file vulkan_structs.hpp.
|
inline |
Definition at line 51851 of file vulkan_structs.hpp.
|
inline |
Definition at line 51891 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51813 of file vulkan_structs.hpp.
|
inline |
Definition at line 51881 of file vulkan_structs.hpp.
|
inline |
Definition at line 51826 of file vulkan_structs.hpp.
|
inline |
Definition at line 51832 of file vulkan_structs.hpp.
|
inline |
Definition at line 51838 of file vulkan_structs.hpp.
|
inline |
Definition at line 51820 of file vulkan_structs.hpp.
|
inline |
Definition at line 51844 of file vulkan_structs.hpp.
|
static |
Definition at line 51789 of file vulkan_structs.hpp.
vk::MemoryMapFlags vk::MemoryMapInfoKHR::flags = {} |
Definition at line 51900 of file vulkan_structs.hpp.
vk::DeviceMemory vk::MemoryMapInfoKHR::memory = {} |
Definition at line 51901 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryMapInfoKHR::offset = {} |
Definition at line 51902 of file vulkan_structs.hpp.
const void* vk::MemoryMapInfoKHR::pNext = {} |
Definition at line 51899 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryMapInfoKHR::size = {} |
Definition at line 51903 of file vulkan_structs.hpp.
|
static |
Definition at line 51790 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryMapInfoKHR::sType = StructureType::eMemoryMapInfoKHR |
Definition at line 51898 of file vulkan_structs.hpp.