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 TypeMethodDescriptionintVkDeviceCommands.unmapMemory2(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryUnmapInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryUnmapInfoModifier and TypeMethodDescriptionstatic VkMemoryUnmapInfo@NotNull VkMemoryUnmapInfoVkMemoryUnmapInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryUnmapInfoVkMemoryUnmapInfo.clone(Arena arena, VkMemoryUnmapInfo src) VkMemoryUnmapInfo.flags(int value) VkMemoryUnmapInfo.memory(@Nullable VkDeviceMemory value) VkMemoryUnmapInfo.pNext(@NotNull MemorySegment 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 VkMemoryUnmapInfoVkMemoryUnmapInfo.clone(Arena arena, VkMemoryUnmapInfo src) voidVkMemoryUnmapInfo.Ptr.write(long index, @NotNull VkMemoryUnmapInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryUnmapInfoModifier and TypeMethodDescriptionVkMemoryUnmapInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryUnmapInfo> consumer)