/// All returned errors are wrapped in [`GResult`].
pub type GResult<T> = Result;
/// Errors in mepeyew are always strings since each platform can fail in its own way.
/// Note that most errors are NOT validated meaning that misuse of anything can cause undefined
/// behavior, crashes, and graphical glitches.
pub use crategpu_api_err;