WSI is finally working
Build / build (push) Failing after 30s
Test / build_and_test (push) Failing after 1m1s

This commit is contained in:
2026-05-05 13:58:01 +02:00
parent e93aa8d034
commit 95810d6163
13 changed files with 98 additions and 83 deletions
-4
View File
@@ -39,10 +39,6 @@ pub fn NonDispatchable(comptime T: type) type {
return @enumFromInt(@intFromPtr(self));
}
pub fn fromObject(object: *T) *Self {
return @alignCast(@constCast(@fieldParentPtr("object", &object)));
}
pub fn fromHandle(vk_handle: anytype) VkError!*Self {
const handle = @intFromEnum(vk_handle);
if (handle == 0) {