OpenGLContextFactory
Description
- Derived from
- 
GraphicsContextFactory abstract 
| Full source code is included in the Tinman 3D SDK download. | 
Factory for OpenGLContext.
The graphics contexts produced by this factory use the following directories in the shader repository (see IGraphicsContextFactory.ShaderRepository):
- 
glsl/
 Shared GLSL source code for compilation by the OpenGL implementation at runtime.
- 
glsl.gl41/- 
+ glsl.gl46/
 Entry points for GLSL programs for OpenGL 4.1 Core Profile (or newer).
 
- 
- 
glsl.cache/
 Cached for GLSL programs binaries in machine-specific format.