Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMappedMemoryRange |
Public Attributes | |
vk::StructureType | sType = StructureType::eMappedMemoryRange |
const void * | pNext = {} |
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::eMappedMemoryRange |
Definition at line 50379 of file vulkan_structs.hpp.
Definition at line 50381 of file vulkan_structs.hpp.
|
inline |
Definition at line 50387 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50400 of file vulkan_structs.hpp.
|
inline |
Definition at line 50442 of file vulkan_structs.hpp.
|
inline |
Definition at line 50437 of file vulkan_structs.hpp.
|
inline |
Definition at line 50475 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50405 of file vulkan_structs.hpp.
|
inline |
Definition at line 50466 of file vulkan_structs.hpp.
|
inline |
Definition at line 50418 of file vulkan_structs.hpp.
|
inline |
Definition at line 50424 of file vulkan_structs.hpp.
|
inline |
Definition at line 50412 of file vulkan_structs.hpp.
|
inline |
Definition at line 50430 of file vulkan_structs.hpp.
|
static |
Definition at line 50383 of file vulkan_structs.hpp.
vk::DeviceMemory vk::MappedMemoryRange::memory = {} |
Definition at line 50484 of file vulkan_structs.hpp.
vk::DeviceSize vk::MappedMemoryRange::offset = {} |
Definition at line 50485 of file vulkan_structs.hpp.
const void* vk::MappedMemoryRange::pNext = {} |
Definition at line 50483 of file vulkan_structs.hpp.
vk::DeviceSize vk::MappedMemoryRange::size = {} |
Definition at line 50486 of file vulkan_structs.hpp.
|
static |
Definition at line 50384 of file vulkan_structs.hpp.
vk::StructureType vk::MappedMemoryRange::sType = StructureType::eMappedMemoryRange |
Definition at line 50482 of file vulkan_structs.hpp.