Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryMapInfo.Ptr
Packages that use VkMemoryMapInfo.Ptr
-
Uses of VkMemoryMapInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryMapInfo.PtrModifier and TypeMethodDescriptionstatic VkMemoryMapInfo.Ptr
@NotNull VkMemoryMapInfo.Ptr
VkMemoryMapInfo.Ptr.offset
(long offset) @NotNull VkMemoryMapInfo.Ptr
VkMemoryMapInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryMapInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryMapInfo.Ptr
that uses the same backing storage as thisVkMemoryMapInfo.Ptr
, but with the new size.VkMemoryMapInfo.Ptr.slice
(long end) @NotNull VkMemoryMapInfo.Ptr
VkMemoryMapInfo.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).