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.PtrVkBaseInStructure.Ptr.at(long index, @NotNull Consumer<@NotNull VkBaseInStructure> consumer) @NotNull VkBaseInStructure.PtrVkBaseInStructure.Ptr.offset(long offset) VkBaseInStructure.pNext(int assumedCount) @NotNull VkBaseInStructure.PtrVkBaseInStructure.Ptr.reinterpret(long newSize) Assume theVkBaseInStructure.Ptris capable of holding at leastnewSizestructures, create a new viewVkBaseInStructure.Ptrthat uses the same backing storage as thisVkBaseInStructure.Ptr, but with the new size.VkBaseInStructure.Ptr.slice(long end) @NotNull VkBaseInStructure.PtrVkBaseInStructure.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).