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.Ptr
@NotNull VkPerTileBeginInfoQCOM.Ptr
VkPerTileBeginInfoQCOM.Ptr.offset
(long offset) @NotNull VkPerTileBeginInfoQCOM.Ptr
VkPerTileBeginInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkPerTileBeginInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerTileBeginInfoQCOM.Ptr
that uses the same backing storage as thisVkPerTileBeginInfoQCOM.Ptr
, but with the new size.VkPerTileBeginInfoQCOM.Ptr.slice
(long end) @NotNull VkPerTileBeginInfoQCOM.Ptr
VkPerTileBeginInfoQCOM.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).