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