Changeset 2962 for trunk/src/opengl/mesa/vertices.h
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/vertices.h
r2938 r2962 1 /* $Id: vertices.h,v 1. 1 2000-02-29 00:48:43 sandervlExp $ */1 /* $Id: vertices.h,v 1.2 2000-03-01 18:49:39 jeroen Exp $ */ 2 2 3 3 /* … … 30 30 31 31 32 typedef void (* gl_transform_func)( GLfloat *first_vert,33 34 35 36 32 typedef void (* __cdecl gl_transform_func)( GLfloat *first_vert, 33 const GLfloat *m, 34 const GLfloat *src, 35 GLuint src_stride, 36 GLuint count ); 37 37 38 typedef void (* gl_cliptest_func)( GLfloat *first_vert,39 40 41 42 38 typedef void (* __cdecl gl_cliptest_func)( GLfloat *first_vert, 39 GLfloat *last_vert, /* use count instead? */ 40 GLubyte *or_mask, 41 GLubyte *and_mask, 42 GLubyte *clip_mask ); 43 43 44 44 typedef void (*gl_project_clipped_func)( GLfloat *first,
Note:
See TracChangeset
for help on using the changeset viewer.