mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 22:40:24 +01:00
new header
This commit is contained in:
parent
a2e3def40c
commit
8ebf91d15e
1 changed files with 10 additions and 0 deletions
10
src/mesa/state_tracker/st_cb_program.h
Normal file
10
src/mesa/state_tracker/st_cb_program.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#ifndef ST_CB_PROGRAM_H
|
||||
#define ST_CB_PROGRAM_H
|
||||
|
||||
|
||||
extern void
|
||||
st_init_program_functions(struct dd_function_table *functions);
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue