Skip to content

Commit

Permalink
Expose all generated bindings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosetta-jpn authored Nov 22, 2024
1 parent fb5c3af commit dae6632
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@ mod picture;
mod surface;
mod usage_hint;

pub use bindings::VAConfigAttrib;
pub use bindings::VAConfigAttribType;
pub use bindings::VADRMPRIMESurfaceDescriptor;
pub use bindings::VAEntrypoint;
pub use bindings::VAImageFormat;
pub use bindings::VAProfile;
pub use bindings::VASurfaceAttrib;
pub use bindings::VASurfaceAttribExternalBuffers;
pub use bindings::VASurfaceAttribType;
pub use bindings::VASurfaceID;
pub use bindings::VASurfaceStatus;
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_1 as VADRMPRIMESurfaceDescriptorObject;
pub use bindings::_VADRMPRIMESurfaceDescriptor__bindgen_ty_2 as VADRMPRIMESurfaceDescriptorLayer;
pub use bindings::*;
pub use buffer::*;
pub use config::*;
pub use context::*;
Expand Down

0 comments on commit dae6632

Please sign in to comment.