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.Ptr
VkExportMetalObjectCreateInfoEXT.Ptr.offset
(long offset) @NotNull VkExportMetalObjectCreateInfoEXT.Ptr
VkExportMetalObjectCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalObjectCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalObjectCreateInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalObjectCreateInfoEXT.Ptr
, but with the new size.VkExportMetalObjectCreateInfoEXT.Ptr.slice
(long end) @NotNull VkExportMetalObjectCreateInfoEXT.Ptr
VkExportMetalObjectCreateInfoEXT.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).