line formatting

This commit is contained in:
Noel Berry 2020-08-27 19:49:23 -07:00 committed by GitHub
parent fbc6d894f4
commit 53c65f0ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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