Changeset 3597 for trunk/src/opengl/mesa/readpix.h
- Timestamp:
- May 23, 2000, 10:35:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/readpix.h
r2938 r3597 1 /* $Id: readpix.h,v 1. 1 2000-02-29 00:48:36 sandervlExp $ */1 /* $Id: readpix.h,v 1.2 2000-05-23 20:34:55 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 35 35 #include "types.h" 36 36 37 38 extern void gl_ReadPixels( GLcontext *ctx, 39 GLint x, GLint y, GLsizei width, GLsizei height, 40 GLenum format, GLenum type, GLvoid *pixels ); 37 extern void 38 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, 39 GLenum format, GLenum type, GLvoid *pixels ); 41 40 42 41
Note:
See TracChangeset
for help on using the changeset viewer.