macros: auto generate bitflag variants
This commit is contained in:
parent
39289cdd44
commit
71294b0fd1
9 changed files with 129 additions and 71 deletions
|
|
@ -713,8 +713,8 @@ pub trait AsyncShmGfxTextureCallback {
|
|||
|
||||
bitflags! {
|
||||
StagingBufferUsecase: u32;
|
||||
STAGING_UPLOAD = 1 << 0,
|
||||
STAGING_DOWNLOAD = 1 << 1,
|
||||
STAGING_UPLOAD,
|
||||
STAGING_DOWNLOAD,
|
||||
}
|
||||
|
||||
pub trait GfxStagingBuffer: Any {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue