mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 19:30:12 +01:00
added _mesa_pack_float_rgba_span()
This commit is contained in:
parent
8e053916c8
commit
116970154d
2 changed files with 796 additions and 762 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: image.h,v 1.10 2000/08/21 14:22:24 brianp Exp $ */
|
||||
/* $Id: image.h,v 1.11 2000/08/30 18:21:37 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -79,6 +79,14 @@ _mesa_pack_polygon_stipple( const GLuint pattern[32], GLubyte *dest,
|
|||
const struct gl_pixelstore_attrib *packing );
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_pack_float_rgba_span( GLcontext *ctx,
|
||||
GLuint n, CONST GLfloat rgba[][4],
|
||||
GLenum format, GLenum type, GLvoid *dest,
|
||||
const struct gl_pixelstore_attrib *packing,
|
||||
GLuint transferOps );
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_pack_rgba_span( GLcontext *ctx,
|
||||
GLuint n, CONST GLubyte rgba[][4],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue