示例#1
0
 public GlRenderTarget(GRContext grContext, IGlPlatformSurface glSurface)
 {
     _grContext = grContext;
     _surface   = glSurface.CreateGlRenderTarget();
 }