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