blob: f05f2922908348f4f1a93c3808325b4c0d8e20c1 (
plain)
1
2
3
4
5
6
7
8
9
|
# gpu/
This directory contains viz APIs for access to the gpu services.
## ContextProvider
The primary interface to control access to the gpu and lifetime of client-side
gpu control structures (such as the GLES2Implementation that gives access to
the command buffer).
|