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 recordRepresents a pointer to / an array ofVkMappedMemoryRangestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMappedMemoryRangeModifier and TypeMethodDescriptionstatic VkMappedMemoryRange@NotNull VkMappedMemoryRangeVkMappedMemoryRange.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMappedMemoryRangeVkMappedMemoryRange.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 VkMappedMemoryRangeVkMappedMemoryRange.clone(Arena arena, VkMappedMemoryRange src) voidVkMappedMemoryRange.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)