gaclen 0.0.14

A library for handling anything a game client needs to do.
Documentation
1
2
3
4
5
6
7
8
//! Infrastructure containing device configuration used for computations.

mod graphical_pass;
mod builder;

pub use graphical_pass::*;
pub use builder::{GraphicalPassBuilder, PrimitiveTopology, StoreOp, LoadOp};
pub use vulkano::descriptor::descriptor_set::{FixedSizeDescriptorSet, FixedSizeDescriptorSetsPool};