Axiom.RenderSystems.OpenGL.GLFBORTTManager.GLFBORTTManager C# (CSharp) Méthode

GLFBORTTManager() private méthode

private GLFBORTTManager ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport, bool atiMode ) : System
glSupport Axiom.RenderSystems.OpenGL.BaseGLSupport
atiMode bool
Résultat System
		internal GLFBORTTManager( BaseGLSupport glSupport, bool atiMode )
			: base( glSupport )
		{
			for ( int x = 0; x < _props.GetLength( 0 ); x++ )
			{
				_props[ x ] = new FormatProperties();
			}
			_atiMode = atiMode;

			_detectFBOFormats();

			Gl.glGenFramebuffersEXT( 1, out _tempFBO );
		}