refactor(wezterm): remove webgpu_power_preference

This commit is contained in:
Price Hiller 2023-08-31 18:35:43 -05:00
parent f4a6a72fde
commit fe9544c23f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -10,7 +10,6 @@ for _, gpu in ipairs(wezterm.gui.enumerate_gpus()) do
log.info("Found Usable Vulkan GPU -- Device Name -> " .. gpu.name .. "; Device Type -> " .. gpu.device_type)
config.webgpu_preferred_adapter = gpu
config.front_end = "WebGpu"
config.webgpu_power_preference = "HighPerformance"
found_valid_gpu = true
end
end