display_layer.h
Overview
Related Modules:
Description:
Declares the driver functions for implementing layer operations.
Since:
1.0
Version:
1.0
Summary
Data Structures
Functions
LayerInitialize (LayerFuncs *funcs) |
Initializes the layer to apply for resources used by the layer and obtain the pointer to functions for layer operations. |
LayerUninitialize (LayerFuncs funcs) |
Deinitializes the layer module to release the memory allocated to the pointer to functions for layer operations. |