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