autocommit 2022-04-13 21:01:32 CEST
This commit is contained in:
parent
661a28e5b0
commit
916e3644c3
30 changed files with 681 additions and 73 deletions
|
|
@ -7,6 +7,8 @@ pub mod gbm;
|
|||
pub type Modifier = u64;
|
||||
|
||||
pub const INVALID_MODIFIER: Modifier = 0x00ff_ffff_ffff_ffff;
|
||||
#[allow(dead_code)]
|
||||
pub const LINEAR_MODIFIER: Modifier = 0;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct ModifiedFormat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue