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