screen.vs (pymol-v2.1.0.tar.bz2) | : | screen.vs (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
#ifdef PURE_OPENGL_ES_2 | ||||
precision highp float; | ||||
#endif | ||||
attribute vec3 attr_screenoffset; | attribute vec3 attr_screenoffset; | |||
attribute vec2 attr_texcoords; | attribute vec2 attr_texcoords; | |||
attribute vec4 attr_backgroundcolor; | attribute vec4 attr_backgroundcolor; | |||
varying vec2 textureLookup ; | varying vec2 textureLookup ; | |||
varying vec4 backgroundColor; | varying vec4 backgroundColor; | |||
uniform vec2 t2PixelSize; | uniform vec2 t2PixelSize; | |||
void main() | void main() | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |