1
0
Fork 0
forked from wry/wry

allocator: don't require render usage for bridged buffers

This commit is contained in:
Julian Orth 2024-09-05 11:48:30 +02:00
parent 1bacaa7b02
commit bf65da4c76
15 changed files with 152 additions and 54 deletions

View file

@ -27,3 +27,9 @@ event write_modifier (since = 7) {
event format (since = 7) {
format: u32,
}
event write_modifier2 (since = 9) {
format: u32,
modifier: pod(u64),
needs_render_usage: u32,
}