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