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.Ptr
VkCheckpointData2NV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCheckpointData2NV> consumer) @NotNull VkCheckpointData2NV.Ptr
VkCheckpointData2NV.Ptr.offset
(long offset) @NotNull VkCheckpointData2NV.Ptr
VkCheckpointData2NV.Ptr.reinterpret
(long newSize) Assume theVkCheckpointData2NV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCheckpointData2NV.Ptr
that uses the same backing storage as thisVkCheckpointData2NV.Ptr
, but with the new size.VkCheckpointData2NV.Ptr.slice
(long end) @NotNull VkCheckpointData2NV.Ptr
VkCheckpointData2NV.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).