Uses of Record Class
club.doki7.vulkan.datatype.VkCheckpointData2NV.Ptr
Packages that use VkCheckpointData2NV.Ptr
-
Uses of VkCheckpointData2NV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCheckpointData2NV.PtrModifier and TypeMethodDescriptionstatic VkCheckpointData2NV.PtrVkCheckpointData2NV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCheckpointData2NV> consumer) @NotNull VkCheckpointData2NV.PtrVkCheckpointData2NV.Ptr.offset(long offset) @NotNull VkCheckpointData2NV.PtrVkCheckpointData2NV.Ptr.reinterpret(long newSize) Assume theVkCheckpointData2NV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCheckpointData2NV.Ptrthat uses the same backing storage as thisVkCheckpointData2NV.Ptr, but with the new size.VkCheckpointData2NV.Ptr.slice(long end) @NotNull VkCheckpointData2NV.PtrVkCheckpointData2NV.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).