adding documentation commentary

This commit is contained in:
2025-11-23 02:44:33 +01:00
parent b65d5cf183
commit 823f058612

View File

@@ -1,3 +1,5 @@
//! Here lies the documentation of the common internal API that backends need to implement
const std = @import("std"); const std = @import("std");
const vk = @import("vulkan"); const vk = @import("vulkan");