1 unstable release
0.0.1 | Nov 13, 2018 |
---|
#33 in #presentation
92KB
802 lines
rust-vdpau-sys
Date: | 11/13 2018 |
---|
Contents
Nvidia VDPAU ( Video Decode and Presentation API for Unix )
Rust Bindgen
bindgen --rustfmt-bindings \ --no-layout-tests \ --generate-inline-functions \ --disable-name-namespacing \ --no-prepend-enum-name \ --link "libvdpau" \ include/vdpau.h > src/vdpau.rs