Texture.h (pymol-v2.1.0.tar.bz2) | : | Texture.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_Texture | #ifndef _H_Texture | |||
#define _H_Texture | #define _H_Texture | |||
#include "PyMOLGlobals.h" | #include "PyMOLGlobals.h" | |||
int TextureInit(PyMOLGlobals * G); | int TextureInit(PyMOLGlobals * G); | |||
void TextureFree(PyMOLGlobals * G); | void TextureFree(PyMOLGlobals * G); | |||
int TextureGetFromChar(PyMOLGlobals * G, int char_id, float *extent); | int TextureGetFromChar(PyMOLGlobals * G, int char_id, float *extent); | |||
void TextureInvalidateTextTexture(PyMOLGlobals * G); | ||||
void TextureInitTextTexture(PyMOLGlobals * G); | void TextureInitTextTexture(PyMOLGlobals * G); | |||
GLuint TextureGetTextTextureID(PyMOLGlobals * G); | GLuint TextureGetTextTextureID(PyMOLGlobals * G); | |||
void TextureGetPlacementForNewSubtexture(PyMOLGlobals * G, int new_texture_width , int new_texture_height, int *new_texture_posx, int *new_texture_posy); | void TextureGetPlacementForNewSubtexture(PyMOLGlobals * G, int new_texture_width , int new_texture_height, int *new_texture_posx, int *new_texture_posy); | |||
int TextureGetTextTextureSize(PyMOLGlobals * G); | int TextureGetTextTextureSize(PyMOLGlobals * G); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |