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