Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryMapPlacedInfoEXT
Packages that use VkMemoryMapPlacedInfoEXT
-
Uses of VkMemoryMapPlacedInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryMapPlacedInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryMapPlacedInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryMapPlacedInfoEXTModifier and TypeMethodDescriptionstatic VkMemoryMapPlacedInfoEXT@NotNull VkMemoryMapPlacedInfoEXTVkMemoryMapPlacedInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryMapPlacedInfoEXTVkMemoryMapPlacedInfoEXT.clone(Arena arena, VkMemoryMapPlacedInfoEXT src) VkMemoryMapPlacedInfoEXT.pNext(@NotNull MemorySegment value) VkMemoryMapPlacedInfoEXT.pPlacedAddress(@Nullable IPointer pointer) VkMemoryMapPlacedInfoEXT.pPlacedAddress(@NotNull MemorySegment value) VkMemoryMapPlacedInfoEXT.sType(int value) VkMemoryMapPlacedInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryMapPlacedInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkMemoryMapPlacedInfoEXT> VkMemoryMapPlacedInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryMapPlacedInfoEXTModifier and TypeMethodDescriptionstatic VkMemoryMapPlacedInfoEXTVkMemoryMapPlacedInfoEXT.clone(Arena arena, VkMemoryMapPlacedInfoEXT src) voidVkMemoryMapPlacedInfoEXT.Ptr.write(long index, @NotNull VkMemoryMapPlacedInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryMapPlacedInfoEXTModifier and TypeMethodDescriptionVkMemoryMapPlacedInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryMapPlacedInfoEXT> consumer)