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