mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 08:45:59 +00:00
Rename helper_trait module to builder
This commit is contained in:
parent
5b21bbd1df
commit
52a4ce4c20
@ -42,11 +42,11 @@
|
||||
// struct. The restrictions are enforced only in the public types.
|
||||
|
||||
pub use self::auto::AutoCommandBufferBuilder;
|
||||
pub use self::builder::CommandBufferBuilder;
|
||||
pub use self::submit::Submission;
|
||||
pub use self::submit::Submit;
|
||||
pub use self::submit::SubmitBuilder;
|
||||
pub use self::submit::SubmitChain;
|
||||
pub use self::helper_trait::CommandBufferBuilder;
|
||||
|
||||
use pipeline::viewport::Viewport;
|
||||
use pipeline::viewport::Scissor;
|
||||
@ -56,7 +56,7 @@ pub mod cmd;
|
||||
pub mod pool;
|
||||
|
||||
mod auto;
|
||||
mod helper_trait;
|
||||
mod builder;
|
||||
mod submit;
|
||||
|
||||
#[repr(C)]
|
||||
|
Loading…
Reference in New Issue
Block a user