gpu: add warning message to compute shaders option

This commit is contained in:
Hydrox6
2020-05-08 22:07:03 +01:00
committed by Adam
parent 116e1a0090
commit 73d928ea89

View File

@@ -101,6 +101,7 @@ public interface GpuPluginConfig extends Config
keyName = "useComputeShaders",
name = "Compute Shaders",
description = "Offloads face sorting to GPU, enabling extended draw distance. Requires plugin restart.",
warning = "This feature requires OpenGL 4.3 to use. Please check that your GPU supports this.\nRestart the plugin for changes to take effect.",
position = 6
)
default boolean useComputeShaders()