/**
  * Draws the data from SurfaceTexture onto the current EGL surface.
  */
 public void DrawImage()
 {
     _textureRender.DrawFrame(_surfaceTexture);
 }
예제 #2
0
 /**
  * Draws the data from SurfaceTexture onto the current EGL surface.
  */
 public void DrawImage()
 {
     _textureRender.DrawFrame(Parent.WeakSurfaceTexture);
 }