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