|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkDeviceMemory | memory |
| VkDeviceSize | offset |
| VkDeviceSize | size |
Definition at line 2078 of file vulkan_core.h.
| VkDeviceMemory VkMappedMemoryRange::memory |
Definition at line 2081 of file vulkan_core.h.
| VkDeviceSize VkMappedMemoryRange::offset |
Definition at line 2082 of file vulkan_core.h.
| const void* VkMappedMemoryRange::pNext |
Definition at line 2080 of file vulkan_core.h.
| VkDeviceSize VkMappedMemoryRange::size |
Definition at line 2083 of file vulkan_core.h.
| VkStructureType VkMappedMemoryRange::sType |
Definition at line 2079 of file vulkan_core.h.