Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryUnmapInfo
Packages that use VkMemoryUnmapInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryUnmapInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryUnmapInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.unmapMemory2
(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) int
VkDeviceCommands.unmapMemory2KHR
(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) -
Uses of VkMemoryUnmapInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryUnmapInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryUnmapInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryUnmapInfoModifier and TypeMethodDescriptionstatic VkMemoryUnmapInfo
@NotNull VkMemoryUnmapInfo
VkMemoryUnmapInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryUnmapInfo
VkMemoryUnmapInfo.clone
(Arena arena, VkMemoryUnmapInfo src) VkMemoryUnmapInfo.flags
(int value) VkMemoryUnmapInfo.memory
(@Nullable VkDeviceMemory value) VkMemoryUnmapInfo.sType
(int value) VkMemoryUnmapInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryUnmapInfoModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryUnmapInfo> VkMemoryUnmapInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryUnmapInfoModifier and TypeMethodDescriptionstatic VkMemoryUnmapInfo
VkMemoryUnmapInfo.clone
(Arena arena, VkMemoryUnmapInfo src) void
VkMemoryUnmapInfo.Ptr.write
(long index, @NotNull VkMemoryUnmapInfo value)