MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferDestroy Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferDestroy Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferDestroy(
    GFX_PixelBuffer* const buffer, 
    GFX_MemoryIntf* mem_intf
);
Parameters
Parameters 
Description 
GFX_PixelBuffer* 
the buffer to destroy 
GFX_MemoryIntf* 
the memory interface to reference for free() 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite