Class VkImportAndroidHardwareBufferInfoANDROID

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkImportAndroidHardwareBufferInfoANDROID>
org.lwjgl.vulkan.VkImportAndroidHardwareBufferInfoANDROID
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkImportAndroidHardwareBufferInfoANDROID extends org.lwjgl.system.Struct<VkImportAndroidHardwareBufferInfoANDROID> implements org.lwjgl.system.NativeResource
Import memory from an Android hardware buffer.
Description

If the AllocateMemory command succeeds, the implementation must acquire a reference to the imported hardware buffer, which it must release when the device memory object is freed. If the command fails, the implementation must not retain a reference.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkImportAndroidHardwareBufferInfoANDROID {
     VkStructureType sType();
     void const * pNext();
     AHardwareBuffer * buffer();
 }