コード例 #1
0
 protected override void OnOpenGlRender(GlInterface gl, int fb)
 {
     gl.ClearColor(0, 1, 0, 1);
     gl.Clear(GlConsts.GL_DEPTH_BUFFER_BIT | GlConsts.GL_COLOR_BUFFER_BIT);
 }