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