1
1

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:
2022-01-25 18:51:31 +01:00
parent 2637f94358
commit c89d6b0953
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#ifdef GL_ARB_gpu_shader5
#ifdef GPU_ARB_gpu_shader5
# define USE_INVOC_EXT
#endif

View File

@@ -1,4 +1,4 @@
#ifdef GL_ARB_gpu_shader5
#ifdef GPU_ARB_gpu_shader5
# define USE_INVOC_EXT
#endif