Package org.lwjgl.vulkan
Class EXTMapMemoryPlaced
java.lang.Object
org.lwjgl.vulkan.EXTMapMemoryPlaced
This extension allows an application to request that
MapMemory2KHR attempt to place the memory map at a particular virtual address.
- Name String
VK_EXT_map_memory_placed- Extension Type
- Device extension
- Registered Extension Number
- 273
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_map_memory2or Version 1.4- Contact
- Faith Ekstrand gfxstrand
- Extension Proposal
- VK_EXT_map_memory_placed
Other Extension Metadata
- Last Modified Date
- 2023-03-21
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- Depends on apitext:VK_KHR_map_memory2
- Interacts with apitext:VK_EXT_external_memory_host
- Contributors
- Faith Ekstrand, Collabora
- Tobias Hector, AMD
- James Jones, NVIDIA
- Georg Lehmann, Valve
- Derek Lesho, Codeweavers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkMemoryMapFlagBits.static final intExtendsVkMemoryUnmapFlagBits.static final intExtendsVkStructureType.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION
public static final int VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_FEATURES_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_PROPERTIES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_PROPERTIES_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_MEMORY_MAP_PLACED_INFO_EXT
public static final int VK_STRUCTURE_TYPE_MEMORY_MAP_PLACED_INFO_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_MEMORY_MAP_PLACED_BIT_EXT
public static final int VK_MEMORY_MAP_PLACED_BIT_EXTExtendsVkMemoryMapFlagBits.- See Also:
-
VK_MEMORY_UNMAP_RESERVE_BIT_EXT
public static final int VK_MEMORY_UNMAP_RESERVE_BIT_EXTExtendsVkMemoryUnmapFlagBits.- See Also:
-