Appspotdemo.Mono.Droid.VideoStreamsView.OnSurfaceChanged C# (CSharp) Method

OnSurfaceChanged() public method

public OnSurfaceChanged ( IGL10 unused, int width, int height ) : void
unused IGL10
width int
height int
return void
        public void OnSurfaceChanged(IGL10 unused, int width, int height)
        {
            GLES20.GlViewport(0, 0, width, height);
            checkNoGLES2Error();
        }