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