mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks
This commit is contained in:
parent
774311fb54
commit
1c1fc62e38
1 changed files with 0 additions and 18 deletions
|
|
@ -289,24 +289,6 @@ struct dd_function_table {
|
|||
struct gl_texture_object *texObj,
|
||||
struct gl_texture_image *texImage );
|
||||
|
||||
/**
|
||||
* Called by glCopyTexImage1D().
|
||||
*
|
||||
* Drivers should use a fallback routine from texstore.c if needed.
|
||||
*/
|
||||
void (*CopyTexImage1D)( struct gl_context *ctx, GLenum target, GLint level,
|
||||
GLenum internalFormat, GLint x, GLint y,
|
||||
GLsizei width, GLint border );
|
||||
|
||||
/**
|
||||
* Called by glCopyTexImage2D().
|
||||
*
|
||||
* Drivers should use a fallback routine from texstore.c if needed.
|
||||
*/
|
||||
void (*CopyTexImage2D)( struct gl_context *ctx, GLenum target, GLint level,
|
||||
GLenum internalFormat, GLint x, GLint y,
|
||||
GLsizei width, GLsizei height, GLint border );
|
||||
|
||||
/**
|
||||
* Called by glCopyTexSubImage1D().
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue