video: always use correct modifiers
This commit is contained in:
parent
283774ae4c
commit
bf90204db6
17 changed files with 196 additions and 55 deletions
|
|
@ -301,7 +301,8 @@ pub trait GfxContext: Debug {
|
|||
#[derive(Debug)]
|
||||
pub struct GfxFormat {
|
||||
pub format: &'static Format,
|
||||
pub modifiers: IndexSet<Modifier>,
|
||||
pub read_modifiers: IndexSet<Modifier>,
|
||||
pub write_modifiers: IndexSet<Modifier>,
|
||||
}
|
||||
|
||||
#[derive(Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue