Uses of Record Class
club.doki7.vulkan.datatype.VkTileMemoryRequirementsQCOM.Ptr
Packages that use VkTileMemoryRequirementsQCOM.Ptr
-
Uses of VkTileMemoryRequirementsQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkTileMemoryRequirementsQCOM.PtrModifier and TypeMethodDescription@NotNull VkTileMemoryRequirementsQCOM.Ptr
VkTileMemoryRequirementsQCOM.Ptr.offset
(long offset) @NotNull VkTileMemoryRequirementsQCOM.Ptr
VkTileMemoryRequirementsQCOM.Ptr.reinterpret
(long newSize) Assume theVkTileMemoryRequirementsQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTileMemoryRequirementsQCOM.Ptr
that uses the same backing storage as thisVkTileMemoryRequirementsQCOM.Ptr
, but with the new size.VkTileMemoryRequirementsQCOM.Ptr.slice
(long end) @NotNull VkTileMemoryRequirementsQCOM.Ptr
VkTileMemoryRequirementsQCOM.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).