Cleanup: Replace CUDA_0 with OPTIX_0

This commit is contained in:
Raimund58
2023-01-11 14:16:59 +00:00
committed by Sheepit Renderfarm
parent a423ba43ba
commit a745f86ddc
3 changed files with 4 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ public class Error {
case RENDERER_OUT_OF_MEMORY:
return "Project tried to use too much memory. Will try another project in a few minutes.";
case GPU_NOT_SUPPORTED:
return "Project's Blender version requires a newer GPU, or your CUDA setup is broken. Will try another project in a few minutes.";
return "Project's Blender version requires a newer GPU, or your GPU setup is broken. Will try another project in a few minutes.";
case RENDERER_MISSING_LIBRARIES:
return "Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.";
case RENDERER_KILLED: