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