Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryMapInfo
Packages that use VkMemoryMapInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryMapInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryMapInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.mapMemory2
(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) int
VkDeviceCommands.mapMemory2KHR
(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) -
Uses of VkMemoryMapInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryMapInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryMapInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryMapInfoModifier and TypeMethodDescriptionstatic VkMemoryMapInfo
@NotNull VkMemoryMapInfo
VkMemoryMapInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryMapInfo
VkMemoryMapInfo.clone
(Arena arena, VkMemoryMapInfo src) VkMemoryMapInfo.flags
(int value) VkMemoryMapInfo.memory
(@Nullable VkDeviceMemory value) VkMemoryMapInfo.offset
(long value) VkMemoryMapInfo.pNext
(@NotNull MemorySegment value) VkMemoryMapInfo.size
(long value) VkMemoryMapInfo.sType
(int value) VkMemoryMapInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryMapInfoModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryMapInfo> VkMemoryMapInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryMapInfoModifier and TypeMethodDescriptionstatic VkMemoryMapInfo
VkMemoryMapInfo.clone
(Arena arena, VkMemoryMapInfo src) void
VkMemoryMapInfo.Ptr.write
(long index, @NotNull VkMemoryMapInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryMapInfoModifier and TypeMethodDescriptionVkMemoryMapInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryMapInfo> consumer)