fixing varyings
Test / build_and_test (push) Failing after 29s
Build / build (push) Successful in 43s

This commit is contained in:
2026-07-01 21:27:05 +02:00
parent 75637b7177
commit cb6af550e2
9 changed files with 144 additions and 21 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ pub fn create(allocator: std.mem.Allocator, instance: *base.Instance, mic_device
interface.props.api_version = @bitCast(lib.VULKAN_VERSION);
interface.props.driver_version = @bitCast(base.DRIVER_VERSION);
interface.props.device_type = .discrete_gpu;
interface.props.device_type = .other;
@memset(interface.props.device_name[0..], 0);