------------------------------------------------------------------------------ A Layer is an offscreen buffer that can be rendered to, and then transformed and rendered separately. It is used for GUI elements like Pane and Panel. [See odin-engine/src/Odin/Engine/GUI/Layer.hs line 20](https://github.com/schell/odin/blob/develop/odin-engine/src/Odin/Engine/GUI/Layer.hs#L20 "odin-engine/src/Odin/Engine/GUI/Layer.hs line 20") * Opened on develop