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