mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 15:30:26 +01:00
st/mesa: add prototype for st_bufferobj_validate_usage()
This commit is contained in:
parent
08e91bbfa1
commit
1f67782afa
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@ st_buffer_object(struct gl_buffer_object *obj)
|
|||
}
|
||||
|
||||
|
||||
extern void
|
||||
st_bufferobj_validate_usage(struct st_context *st,
|
||||
struct st_buffer_object *obj,
|
||||
unsigned usage);
|
||||
|
||||
|
||||
extern void
|
||||
st_init_bufferobject_functions(struct dd_function_table *functions);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue