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