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