"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "data/shaders/screen.vs" between
pymol-v2.1.0.tar.bz2 and pymol-open-source-2.2.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

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

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)