[CI] adding format check
Mirror Gitea refs to GitHub / mirror (push) Successful in 11s
Test / build_and_test (push) Successful in 3m12s
Build / build (push) Successful in 5m11s

This commit is contained in:
2026-08-14 03:22:25 +02:00
parent b4954da909
commit 8c934c7328
5 changed files with 3 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@ const std = @import("std");
const vk = @import("vulkan");
const base = @import("base");
const VkError = base.VkError;
const Self = @This();
-1
View File
@@ -2,7 +2,6 @@ const std = @import("std");
const vk = @import("vulkan");
const base = @import("base");
const VkError = base.VkError;
const Self = @This();
-1
View File
@@ -4,7 +4,6 @@ const base = @import("base");
const VkError = base.VkError;
const Self = @This();
pub const Interface = base.DescriptorPool;
-1
View File
@@ -5,7 +5,6 @@ const base = @import("base");
const VkError = base.VkError;
const VulkanAllocator = base.VulkanAllocator;
const SoftDescriptorSet = @import("SoftDescriptorSet.zig");
const Self = @This();