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