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