# display\_layer.h - [Overview](#section540260084165626) - [Summary](#section667560582165626) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [Display](display.md) **Description:** Declares the driver functions for implementing layer operations. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
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. |