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