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