ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.90 by root, Sun May 21 00:34:58 2006 UTC vs.
Revision 1.91 by root, Mon May 22 03:28:54 2006 UTC

1676 1676
1677void glDrawElements (int mode, int count, int type, char *indices) 1677void glDrawElements (int mode, int count, int type, char *indices)
1678 1678
1679# 1.2 void glDrawRangeElements (int mode, int start, int end 1679# 1.2 void glDrawRangeElements (int mode, int start, int end
1680 1680
1681void glRasterPos (float x, float y, float z = 0.)
1682 CODE:
1683 glRasterPos3f (0, 0, z);
1684 glBitmap (0, 0, 0, 0, x, y, 0);
1685
1681void glVertex (float x, float y, float z = 0.) 1686void glVertex (float x, float y, float z = 0.)
1682 CODE: 1687 CODE:
1683 glVertex3f (x, y, z); 1688 glVertex3f (x, y, z);
1684 1689
1685void glTexCoord (float s, float t) 1690void glTexCoord (float s, float t)
1712 1717
1713void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, char *data) 1718void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, char *data)
1714 1719
1715void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, int height, int border) 1720void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, int height, int border)
1716 1721
1717void glRasterPos (int x, int y) 1722void glDrawPixels (int width, int height, int format, int type, char *pixels)
1718 CODE:
1719 glRasterPos2i (x, y);
1720 1723
1721void glCopyPixels (int x, int y, int width, int height, int type = GL_COLOR) 1724void glCopyPixels (int x, int y, int width, int height, int type = GL_COLOR)
1722 1725
1723int glGenTexture () 1726int glGenTexture ()
1724 CODE: 1727 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines