mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
10 lines
157 B
GLSL
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
|