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