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