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