fix: re-enable Vulkan backend in integrated GPUs with enough memory (#6215)
This commit is contained in:
parent
8f2f3ca352
commit
5ad3d282af
@ -264,7 +264,6 @@ async function _getSupportedFeatures() {
|
||||
// Vulkan support check - only discrete GPUs with 6GB+ VRAM
|
||||
if (
|
||||
gpuInfo.vulkan_info?.api_version &&
|
||||
gpuInfo.vulkan_info?.device_type === 'DISCRETE_GPU' &&
|
||||
gpuInfo.total_memory >= 6 * 1024
|
||||
) {
|
||||
// 6GB (total_memory is in MB)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user