Files
pymol-open-source/data/shaders/webgl_header.fs
Gabriel Marques b5eb102810 Fix GLES shaders
2019-06-18 17:06:28 +02:00

10 lines
157 B
GLSL

#ifndef ONE_DRAW_BUFFER
#ifdef PURE_OPENGL_ES_2
#extension GL_EXT_draw_buffers : require
#endif
#endif
#ifdef PYMOL_WEBGL_IOS
precision highp float;
#endif