added _swrast_put_row()

This commit is contained in:
Brian Paul
2005-09-29 04:27:47 +00:00
parent 8d0edf015d
commit 3fd819aef8
2 changed files with 39 additions and 0 deletions

View File

@@ -72,4 +72,9 @@ _swrast_get_values(GLcontext *ctx, struct gl_renderbuffer *rb,
GLuint count, const GLint x[], const GLint y[],
void *values, GLuint valueSize);
extern void
_swrast_put_row(GLcontext *ctx, struct gl_renderbuffer *rb,
GLuint count, GLint x, GLint y,
const GLvoid *values, GLuint valueSize);
#endif