X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=GL%2Fglesinterface.h;h=acb21bee96100f58706356c57fe64d618a581f56;hp=ce35d88a84728ce5f8bda1724f829b33b802bc60;hb=6896ce1e5f02d51b33223b1c22aad0818c32a4d8;hpb=7d739ba89833eb4e9c4bc969bbf4ec746bccc08d diff --git a/GL/glesinterface.h b/GL/glesinterface.h index ce35d88..acb21be 100644 --- a/GL/glesinterface.h +++ b/GL/glesinterface.h @@ -229,6 +229,10 @@ struct GlESInterface void( APIENTRY *glOrtho )( double left, double right, double bottom, double top, double zNear, double zFar ) S; void( APIENTRY *glDepthRange )( double zNear, double zFar ) S; #endif + + // Rikku2000: Light + void( APIENTRY *glColorMaterial )( unsigned int face, unsigned int mode ) S; + void( APIENTRY *glGenFramebuffers )( unsigned int n, unsigned int *framebuffers ) S; void( APIENTRY *glGenRenderbuffers )( unsigned int n, unsigned int *renderbuffers ) S; void( APIENTRY *glRenderbufferStorage )( unsigned int target, unsigned int internalformat, unsigned int width, unsigned int height ) S;