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.113 by root, Wed Jun 14 16:20:21 2006 UTC vs.
Revision 1.114 by root, Wed Jun 14 18:02:00 2006 UTC

1038 } 1038 }
1039 } 1039 }
1040} 1040}
1041 1041
1042void 1042void
1043draw_quad (SV *self, float x, float y, float w = 0, float h = 0) 1043draw_quad (SV *self, float x, float y, float w = 0., float h = 0.)
1044 PROTOTYPE: $$$;$$ 1044 PROTOTYPE: $$$;$$
1045 ALIAS: 1045 ALIAS:
1046 draw_quad_alpha = 1 1046 draw_quad_alpha = 1
1047 draw_quad_alpha_premultiplied = 2 1047 draw_quad_alpha_premultiplied = 2
1048 CODE: 1048 CODE:
1721 OUTPUT: 1721 OUTPUT:
1722 RETVAL 1722 RETVAL
1723 1723
1724int glGetError () 1724int glGetError ()
1725 1725
1726void glFinish ()
1727
1726void glClear (int mask) 1728void glClear (int mask)
1727 1729
1728void glClearColor (float r, float g, float b, float a = 1.0) 1730void glClearColor (float r, float g, float b, float a = 1.0)
1729 PROTOTYPE: @ 1731 PROTOTYPE: @
1730 1732

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines