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