Timing Module Update
- Implement a new timing module - Utilize the new timing module in glium platform implementation for frame limiting and fixed engine updates timing.
This commit is contained in:
parent
5e8897c271
commit
84ab3a26b1
9 changed files with 221 additions and 11 deletions
|
|
@ -5,4 +5,4 @@ pub mod context;
|
|||
|
||||
pub use platform::Platform;
|
||||
pub use camera::Camera;
|
||||
pub use context::PlatformContext;
|
||||
pub use context::{PlatformContext, TimeContext};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue