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