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.offset
(long offset) VkPhysicalDeviceTimelineSemaphoreFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr
that 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).