Skip to content

Commit dae6632

Browse files
authored
Expose all generated bindings (#20)
1 parent fb5c3af commit dae6632

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

lib/src/lib.rs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,9 @@ mod picture;
1818
mod surface;
1919
mod usage_hint;
2020

21-
pub use bindings::VAConfigAttrib;
22-
pub use bindings::VAConfigAttribType;
23-
pub use bindings::VADRMPRIMESurfaceDescriptor;
24-
pub use bindings::VAEntrypoint;
25-
pub use bindings::VAImageFormat;
26-
pub use bindings::VAProfile;
27-
pub use bindings::VASurfaceAttrib;
28-
pub use bindings::VASurfaceAttribExternalBuffers;
29-
pub use bindings::VASurfaceAttribType;
30-
pub use bindings::VASurfaceID;
31-
pub use bindings::VASurfaceStatus;
3221
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_1 as VADRMPRIMESurfaceDescriptorObject;
3322
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_2 as VADRMPRIMESurfaceDescriptorLayer;
23+
pub use bindings::*;
3424
pub use buffer::*;
3525
pub use config::*;
3626
pub use context::*;

0 commit comments

Comments
 (0)