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