Functionsยง
- make_gl
 - make_
metal  - Makes a 
DirectContextwhich uses Metal as the backend. Themtl::BackendContextcontains a MTLDevice and MTLCommandQueue which should be used by the backend. These objects must have their own ref which will be released when themtl::BackendContextis destroyed. Ganesh will take its own ref on the objects which will be released when theDirectContextis destroyed. - make_
vulkan