5 lines
83 B
Rust
5 lines
83 B
Rust
pub enum GPUError {
|
|
ImproperVertexSize = 10,
|
|
EngineNotInitialized = 100,
|
|
}
|