mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
mesa/dd: drop unused InvalidateBufferSubData entry.
I already removed the users of this, but forgot the entry. Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14286>
This commit is contained in:
parent
57a730f4ad
commit
ebaba7a2fd
1 changed files with 0 additions and 11 deletions
|
|
@ -199,17 +199,6 @@ struct dd_function_table {
|
|||
struct gl_buffer_object *indexbuf,
|
||||
uint32_t enabled_attribs);
|
||||
|
||||
/**
|
||||
* \name Vertex/pixel buffer object functions
|
||||
*/
|
||||
/*@{*/
|
||||
void (*InvalidateBufferSubData)( struct gl_context *ctx,
|
||||
struct gl_buffer_object *obj,
|
||||
GLintptr offset,
|
||||
GLsizeiptr length );
|
||||
|
||||
/*@}*/
|
||||
|
||||
/**
|
||||
* \name GREMEDY debug/marker functions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue