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