#include <unordered_map>
#include "base/ccMacros.h"
#include "base/CCRef.h"
#include "base/ccTypes.h"
#include "CCGL.h"
#include "math/CCMath.h"
Classes | |
struct | VertexAttrib |
struct | Uniform |
class | GLProgram |
GLProgram Class that implements a glProgram. More... | |
struct | GLProgram::flag_struct |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Typedefs | |
typedef void(* | GLInfoFunction )(GLuint program, GLenum pname, GLint *params) |
typedef void(* | GLLogFunction )(GLuint program, GLsizei bufsize, GLsizei *length, GLchar *infolog) |