[Fint] adding basic copy and blit commands
Test / build_and_test (push) Successful in 4m56s
Build / build (push) Successful in 7m20s

This commit is contained in:
2026-07-11 19:09:03 +02:00
parent d3cd6b18c8
commit 348e8ac66e
10 changed files with 497 additions and 156 deletions
+3
View File
@@ -48,6 +48,9 @@ pub const VULKAN_VERSION = vk.makeApiVersion(
config.flint_vulkan_version.patch,
);
/// GEM buffer objects are page based
pub const IMAGE_MEMORY_ALIGNMENT = std.heap.page_size_max;
pub const KmdType = enum {
Invalid,
I915,