mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
line formatting
This commit is contained in:
parent
fbc6d894f4
commit
53c65f0ba3
|
@ -19,24 +19,24 @@
|
||||||
#define APIENTRY
|
#define APIENTRY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef ptrdiff_t GLintptr;
|
typedef ptrdiff_t GLintptr;
|
||||||
typedef ptrdiff_t GLsizeiptr;
|
typedef ptrdiff_t GLsizeiptr;
|
||||||
typedef unsigned int GLenum;
|
typedef unsigned int GLenum;
|
||||||
typedef unsigned char GLboolean;
|
typedef unsigned char GLboolean;
|
||||||
typedef unsigned int GLbitfield;
|
typedef unsigned int GLbitfield;
|
||||||
typedef void GLvoid;
|
typedef void GLvoid;
|
||||||
typedef signed char GLbyte; /* 1-byte signed */
|
typedef signed char GLbyte; /* 1-byte signed */
|
||||||
typedef short GLshort; /* 2-byte signed */
|
typedef short GLshort; /* 2-byte signed */
|
||||||
typedef int GLint; /* 4-byte signed */
|
typedef int GLint; /* 4-byte signed */
|
||||||
typedef unsigned char GLubyte; /* 1-byte unsigned */
|
typedef unsigned char GLubyte; /* 1-byte unsigned */
|
||||||
typedef unsigned short GLushort; /* 2-byte unsigned */
|
typedef unsigned short GLushort; /* 2-byte unsigned */
|
||||||
typedef unsigned int GLuint; /* 4-byte unsigned */
|
typedef unsigned int GLuint; /* 4-byte unsigned */
|
||||||
typedef int GLsizei; /* 4-byte signed */
|
typedef int GLsizei; /* 4-byte signed */
|
||||||
typedef float GLfloat; /* single precision float */
|
typedef float GLfloat; /* single precision float */
|
||||||
typedef float GLclampf; /* single precision float in [0,1] */
|
typedef float GLclampf; /* single precision float in [0,1] */
|
||||||
typedef double GLdouble; /* double precision float */
|
typedef double GLdouble; /* double precision float */
|
||||||
typedef double GLclampd; /* double precision float in [0,1] */
|
typedef double GLclampd; /* double precision float in [0,1] */
|
||||||
typedef char GLchar;
|
typedef char GLchar;
|
||||||
|
|
||||||
#define GL_DONT_CARE 0x1100
|
#define GL_DONT_CARE 0x1100
|
||||||
#define GL_ZERO 0x0000
|
#define GL_ZERO 0x0000
|
||||||
|
@ -1630,4 +1630,4 @@ namespace Blah
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // BLAH_USE_OPENGL
|
#endif // BLAH_USE_OPENGL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user