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