summaryrefslogtreecommitdiff
path: root/include/mbgl/renderer/backend_scope.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-0/+4
| | | | | - Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-0/+31