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