From 502f3ddc746860fb4bc8ccc10f59c270a5cf5dc6 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 26 Feb 2018 19:42:48 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 0539b5effc..399750506d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ # 1.7.2 (future) +- SHADERS: If GL context is GLES2/3/Core context, Cg shaders are unavailable. Applies to shader list too. - SHADERS: Hide cg/glsl shaders from being able to be selected if D3D8/9/10/11/Vulkan video drivers are selected. - SHADERS: Hide slang shaders from being able to be selected if D3D8/9/OpenGL video drivers are selected. - SHADERS: Prevent crashes from occurring if we have the GL video driver in use and we try to skip to a slang shader through next/previous hotkeys