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