summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.h
blob: 38ec4e0a5933de525f805a293a8f02e59285da22 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef ST_CB_PROGRAM_H
#define ST_CB_PROGRAM_H


extern void
st_init_program_functions(struct dd_function_table *functions);


#endif