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