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 TypeMethodDescriptionintVkDeviceCommands.mapMemory2(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryMapInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryMapInfoModifier and TypeMethodDescriptionstatic VkMemoryMapInfo@NotNull VkMemoryMapInfoVkMemoryMapInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryMapInfoVkMemoryMapInfo.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 VkMemoryMapInfoVkMemoryMapInfo.clone(Arena arena, VkMemoryMapInfo src) voidVkMemoryMapInfo.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)