コード例 #1
0
 public GlPlatformSurfaceRenderTarget(IAvnGlSurfaceRenderTarget target, IGlContext context)
 {
     _target  = target;
     _context = context;
 }
コード例 #2
0
 public void Dispose()
 {
     _target?.Dispose();
     _target = null;
 }
コード例 #3
0
 public GlPlatformSurfaceRenderTarget(IAvnGlSurfaceRenderTarget target)
 {
     _target = target;
 }