Deprecated. Use mpv_opengl_cb_draw(). This function is equivalent to:
int mpv_opengl_cb_render(mpv_opengl_cb_context *ctx, int fbo, int vp[4]) { return mpv_opengl_cb_draw(ctx, fbo, vp[2], vp[3]); }
vp[0] and vp[1] used to have a meaning, but are ignored in newer versions.
This function will be removed in the future without version bump (this API was never marked as stable).
See Implementation
Deprecated. Use mpv_opengl_cb_draw(). This function is equivalent to:
int mpv_opengl_cb_render(mpv_opengl_cb_context *ctx, int fbo, int vp[4]) { return mpv_opengl_cb_draw(ctx, fbo, vp[2], vp[3]); }
vp[0] and vp[1] used to have a meaning, but are ignored in newer versions.
This function will be removed in the future without version bump (this API was never marked as stable).