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