early-access version 1859

This commit is contained in:
pineappleEA
2021-07-08 04:13:21 +02:00
parent 67d98725f8
commit 8a46c57b52
17 changed files with 272 additions and 99 deletions

View File

@@ -133,8 +133,8 @@ struct BufferImageCopy {
};
struct BufferCopy {
size_t src_offset;
size_t dst_offset;
u64 src_offset;
u64 dst_offset;
size_t size;
};