Changeset 184 for Include/gl/gl.sbp


Ignore:
Timestamp:
Mar 26, 2007, 5:51:52 PM (17 years ago)
Author:
NoWest
Message:

バグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/gl/gl.sbp

    r156 r184  
    10141014TypeDef PFNGLADDSWAPHINTRECTWINPROC = *Sub(x As GLint, y As GLint, width As GLsizei, height As GLsizei)
    10151015TypeDef 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)
     1016TypeDef PFNGLCOLORSUBTABLEEXTPROC = *Sub(target As GLenum, start As GLsizei, count As GLsizei, format As GLenum, type_ As GLenum, data As *GLvoid)
    10171017TypeDef PFNGLGETCOLORTABLEEXTPROC = *Sub(target As GLenum, format As GLenum, type_ As GLenum, data As *GLvoid)
    10181018TypeDef PFNGLGETCOLORTABLEPARAMETERIVEXTPROC = *Sub(target As GLenum, pname As GLenum, params As *GLint)
Note: See TracChangeset for help on using the changeset viewer.