Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryUnmapInfo.Ptr
Packages that use VkMemoryUnmapInfo.Ptr
-
Uses of VkMemoryUnmapInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryUnmapInfo.PtrModifier and TypeMethodDescriptionstatic VkMemoryUnmapInfo.Ptr
VkMemoryUnmapInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryUnmapInfo> consumer) @NotNull VkMemoryUnmapInfo.Ptr
VkMemoryUnmapInfo.Ptr.offset
(long offset) @NotNull VkMemoryUnmapInfo.Ptr
VkMemoryUnmapInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryUnmapInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryUnmapInfo.Ptr
that uses the same backing storage as thisVkMemoryUnmapInfo.Ptr
, but with the new size.VkMemoryUnmapInfo.Ptr.slice
(long end) @NotNull VkMemoryUnmapInfo.Ptr
VkMemoryUnmapInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).