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