adding base depth buffers
Test / build_and_test (push) Successful in 28s
Build / build (push) Successful in 1m8s

This commit is contained in:
2026-05-14 01:35:26 +02:00
parent 124ea12d2e
commit c2dad9fe6d
6 changed files with 108 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ pub const VkError = error{
InvalidHandleDrv,
InvalidPipelineDrv,
InvalidDeviceMemoryDrv,
InvalidAttachmentDrv,
};
pub inline fn errorLogger(err: VkError) void {