Ignore:
Timestamp:
Mar 1, 2000, 7:50:02 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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 sandervl Exp $ */
     1/* $Id: vertices.h,v 1.2 2000-03-01 18:49:39 jeroen Exp $ */
    22
    33/*
     
    3030
    3131
    32 typedef void (*gl_transform_func)( GLfloat *first_vert,
    33                                    const GLfloat *m,
    34                                    const GLfloat *src,
    35                                    GLuint src_stride,
    36                                    GLuint count );
     32typedef void (* __cdecl gl_transform_func)( GLfloat *first_vert,
     33                                   const GLfloat *m,
     34                                   const GLfloat *src,
     35                                   GLuint src_stride,
     36                                   GLuint count );
    3737
    38 typedef void (*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 );
     38typedef 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 );
    4343
    4444typedef void (*gl_project_clipped_func)( GLfloat *first,
Note: See TracChangeset for help on using the changeset viewer.