Only warn when validation layer wasn't found

This commit is contained in:
IntegratedQuantum 2025-08-09 20:20:07 +02:00
parent 2d30358ae2
commit 918354f81c

View File

@ -118,7 +118,7 @@ pub const Instance = struct { // MARK: Instance
break :continueOuter;
}
}
std.log.err("Couldn't find validation layer {s}", .{layerName});
std.log.warn("Couldn't find validation layer {s}", .{layerName});
return false;
}
return true;