MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_GetBufferCount Function
MPLAB® Harmony Graphics Suite
laLayer_GetBufferCount Function

Return the buffer count for the current layer

C
LIB_EXPORT uint32_t laLayer_GetBufferCount(
    const laLayer* layer
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
Returns

uint32_t - the current number of buffers for the layer

MPLAB® Harmony Graphics Suite