Uses of Record Class
club.doki7.vulkan.datatype.VkMappedMemoryRange
Packages that use VkMappedMemoryRange
-
Uses of VkMappedMemoryRange in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMappedMemoryRangeModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMappedMemoryRange
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMappedMemoryRangeModifier and TypeMethodDescriptionstatic VkMappedMemoryRange
@NotNull VkMappedMemoryRange
VkMappedMemoryRange.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMappedMemoryRange
VkMappedMemoryRange.clone
(Arena arena, VkMappedMemoryRange src) VkMappedMemoryRange.memory
(@Nullable VkDeviceMemory value) VkMappedMemoryRange.offset
(long value) VkMappedMemoryRange.pNext
(@NotNull MemorySegment value) VkMappedMemoryRange.size
(long value) VkMappedMemoryRange.sType
(int value) VkMappedMemoryRange.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMappedMemoryRangeModifier and TypeMethodDescription@NotNull Iterator
<VkMappedMemoryRange> VkMappedMemoryRange.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMappedMemoryRangeModifier and TypeMethodDescriptionstatic VkMappedMemoryRange
VkMappedMemoryRange.clone
(Arena arena, VkMappedMemoryRange src) void
VkMappedMemoryRange.Ptr.write
(long index, @NotNull VkMappedMemoryRange value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMappedMemoryRangeModifier and TypeMethodDescriptionVkMappedMemoryRange.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMappedMemoryRange> consumer)