win_openg: Added menu item to remove active shader.

This commit is contained in:
ts-korhonen
2021-04-26 09:51:23 +03:00
parent 147175677d
commit fcac2d7e78
3 changed files with 11 additions and 0 deletions

View File

@@ -350,6 +350,7 @@
#define IDM_VID_GL_FPS_75 40105
#define IDM_VID_GL_VSYNC 40106
#define IDM_VID_GL_SHADER 40107
#define IDM_VID_GL_NOSHADER 40108
#endif
#define IDM_LOG_BREAKPOINT 51201