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