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