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