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