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