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