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