Changeset 3582 for trunk/src/opengl/mesa/copypix.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/copypix.h
r2938 r3582 1 /* $Id: copypix.h,v 1. 1 2000-02-29 00:48:27 sandervlExp $ */1 /* $Id: copypix.h,v 1.2 2000-05-21 20:27: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. … … 36 36 37 37 38 extern void gl_CopyPixels( GLcontext* ctx, 39 GLint srcx, GLint srcy, 40 GLsizei width, GLsizei height, 41 GLenum type ); 38 extern void 39 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, 40 GLenum type ); 42 41 43 42
Note:
See TracChangeset
for help on using the changeset viewer.