1
0
Fork 0
forked from wry/wry

copy_device: add new utility

This commit is contained in:
Julian Orth 2026-02-14 23:03:09 +01:00
parent f2a0221c9e
commit fa897f0f76
9 changed files with 2068 additions and 10 deletions

View file

@ -6,3 +6,6 @@ pub type Modifier = u64;
pub const INVALID_MODIFIER: Modifier = 0x00ff_ffff_ffff_ffff;
pub const LINEAR_MODIFIER: Modifier = 0;
// This is required by AMD and therefore everyone else uses this too.
pub const LINEAR_STRIDE_ALIGN: u64 = 256;