diff options
author | wm4 <wm4@nowhere> | 2015-08-11 01:22:53 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-11 01:23:09 +0200 |
commit | f6a354e8463c9dae90fb71721eecada2ea493bf4 (patch) | |
tree | 97b658d21e5a5dad352b6f87313ac66d5dcc6c69 /DOCS/client_api_examples/README.md | |
parent | 2d68a2e55ab1fdc6a624e5afda203da061ec381a (diff) | |
download | mpv-f6a354e8463c9dae90fb71721eecada2ea493bf4.tar.bz2 mpv-f6a354e8463c9dae90fb71721eecada2ea493bf4.tar.xz |
DOCS/client_api_examples: add SDL OpenGL example
Diffstat (limited to 'DOCS/client_api_examples/README.md')
-rw-r--r-- | DOCS/client_api_examples/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/README.md b/DOCS/client_api_examples/README.md index 1b6b40b082..013098bf14 100644 --- a/DOCS/client_api_examples/README.md +++ b/DOCS/client_api_examples/README.md @@ -24,6 +24,11 @@ qml_direct Alternative example, which typically avoids a FBO indirection. Might be slightly faster, but is less flexible and harder to use. +sdl +--- + +Show how to embed the mpv OpenGL renderer in SDL. + simple ------ |