Uses of Record Class
club.doki7.vulkan.datatype.VkIOSSurfaceCreateInfoMVK.Ptr
Packages that use VkIOSSurfaceCreateInfoMVK.Ptr
-
Uses of VkIOSSurfaceCreateInfoMVK.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkIOSSurfaceCreateInfoMVK.PtrModifier and TypeMethodDescriptionVkIOSSurfaceCreateInfoMVK.Ptr.at
(long index, @NotNull Consumer<@NotNull VkIOSSurfaceCreateInfoMVK> consumer) @NotNull VkIOSSurfaceCreateInfoMVK.Ptr
VkIOSSurfaceCreateInfoMVK.Ptr.offset
(long offset) @NotNull VkIOSSurfaceCreateInfoMVK.Ptr
VkIOSSurfaceCreateInfoMVK.Ptr.reinterpret
(long newSize) Assume theVkIOSSurfaceCreateInfoMVK.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIOSSurfaceCreateInfoMVK.Ptr
that uses the same backing storage as thisVkIOSSurfaceCreateInfoMVK.Ptr
, but with the new size.VkIOSSurfaceCreateInfoMVK.Ptr.slice
(long end) @NotNull VkIOSSurfaceCreateInfoMVK.Ptr
VkIOSSurfaceCreateInfoMVK.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).