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 record
Represents a pointer to / an array ofVkMemoryMapPlacedInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryMapPlacedInfoEXTModifier and TypeMethodDescriptionstatic VkMemoryMapPlacedInfoEXT
@NotNull VkMemoryMapPlacedInfoEXT
VkMemoryMapPlacedInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryMapPlacedInfoEXT
VkMemoryMapPlacedInfoEXT.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 VkMemoryMapPlacedInfoEXT
VkMemoryMapPlacedInfoEXT.clone
(Arena arena, VkMemoryMapPlacedInfoEXT src) void
VkMemoryMapPlacedInfoEXT.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)