mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-01 20:31:01 +00:00
Create GLES shaders as version 300 if replaying on GL ES 3.0. Refs #1770
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
* THE SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#if defined(OPENGL_CORE)
|
||||
#if defined(GLES)
|
||||
#extension GL_OES_sample_variables : require
|
||||
#elif defined(OPENGL_CORE)
|
||||
#extension GL_ARB_sample_shading : require
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user