Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTimelineSemaphoreProperties.Ptr
Packages that use VkPhysicalDeviceTimelineSemaphoreProperties.Ptr
-
Uses of VkPhysicalDeviceTimelineSemaphoreProperties.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTimelineSemaphoreProperties.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTimelineSemaphoreProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTimelineSemaphoreProperties> consumer) VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.offset
(long offset) VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
, but with the new size.VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.slice
(long end) VkPhysicalDeviceTimelineSemaphoreProperties.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).