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