Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkDeviceMemory | memory |
VkDeviceSize | offset |
VkDeviceSize | size |
Definition at line 3227 of file vulkan_core.h.
VkDeviceMemory VkMappedMemoryRange::memory |
Definition at line 3230 of file vulkan_core.h.
VkDeviceSize VkMappedMemoryRange::offset |
Definition at line 3231 of file vulkan_core.h.
const void* VkMappedMemoryRange::pNext |
Definition at line 3229 of file vulkan_core.h.
VkDeviceSize VkMappedMemoryRange::size |
Definition at line 3232 of file vulkan_core.h.
VkStructureType VkMappedMemoryRange::sType |
Definition at line 3228 of file vulkan_core.h.