Workbench: Use GPU_ARB_gpu_shader5 instead of GL variant
This is to be able to turn off the extension usage on demand.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifdef GL_ARB_gpu_shader5
|
||||
#ifdef GPU_ARB_gpu_shader5
|
||||
# define USE_INVOC_EXT
|
||||
#endif
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#ifdef GL_ARB_gpu_shader5
|
||||
#ifdef GPU_ARB_gpu_shader5
|
||||
# define USE_INVOC_EXT
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user