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.Ptr
VkDispatchTileInfoQCOM.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDispatchTileInfoQCOM> consumer) @NotNull VkDispatchTileInfoQCOM.Ptr
VkDispatchTileInfoQCOM.Ptr.offset
(long offset) @NotNull VkDispatchTileInfoQCOM.Ptr
VkDispatchTileInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkDispatchTileInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDispatchTileInfoQCOM.Ptr
that uses the same backing storage as thisVkDispatchTileInfoQCOM.Ptr
, but with the new size.VkDispatchTileInfoQCOM.Ptr.slice
(long end) @NotNull VkDispatchTileInfoQCOM.Ptr
VkDispatchTileInfoQCOM.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).