Changeset 184 for Include/gl
- Timestamp:
- Mar 26, 2007, 5:51:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/gl/gl.sbp
r156 r184 1014 1014 TypeDef PFNGLADDSWAPHINTRECTWINPROC = *Sub(x As GLint, y As GLint, width As GLsizei, height As GLsizei) 1015 1015 TypeDef PFNGLCOLORTABLEEXTPROC = *Sub(target As GLenum, internalFormat As GLenum, width As GLsizei, format As GLenum, type_ As GLenum, data As *GLvoid) 1016 TypeDef PFNGLCOLORSUBTABLEEXTPROC = *Sub(target As GLenum, GLsizei start, count As GLsizei, format As GLenum, type_ As GLenum, data As *GLvoid)1016 TypeDef PFNGLCOLORSUBTABLEEXTPROC = *Sub(target As GLenum, start As GLsizei, count As GLsizei, format As GLenum, type_ As GLenum, data As *GLvoid) 1017 1017 TypeDef PFNGLGETCOLORTABLEEXTPROC = *Sub(target As GLenum, format As GLenum, type_ As GLenum, data As *GLvoid) 1018 1018 TypeDef PFNGLGETCOLORTABLEPARAMETERIVEXTPROC = *Sub(target As GLenum, pname As GLenum, params As *GLint)
Note:
See TracChangeset
for help on using the changeset viewer.