centralizing driver/vulkan versions in build script
Test / build_and_test (push) Successful in 27s
Build / build (push) Failing after 28s

This commit is contained in:
2026-06-16 03:17:08 +02:00
parent da0e6f86d2
commit 3b292d6808
5 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub fn create(allocator: std.mem.Allocator, instance: *base.Instance) VkError!*S
};
interface.props.api_version = @bitCast(lib.VULKAN_VERSION);
interface.props.driver_version = @bitCast(lib.DRIVER_VERSION);
interface.props.driver_version = @bitCast(base.DRIVER_VERSION);
interface.props.device_id = lib.DEVICE_ID;
interface.props.device_type = .cpu;
interface.props.pipeline_cache_uuid = lib.PIPELINE_CACHE_UUID;