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 TypeMethodDescriptionVkExternalSemaphoreProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkExternalSemaphoreProperties> consumer) @NotNull VkExternalSemaphoreProperties.PtrVkExternalSemaphoreProperties.Ptr.offset(long offset) @NotNull VkExternalSemaphoreProperties.PtrVkExternalSemaphoreProperties.Ptr.reinterpret(long newSize) Assume theVkExternalSemaphoreProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalSemaphoreProperties.Ptrthat uses the same backing storage as thisVkExternalSemaphoreProperties.Ptr, but with the new size.VkExternalSemaphoreProperties.Ptr.slice(long end) @NotNull VkExternalSemaphoreProperties.PtrVkExternalSemaphoreProperties.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).