mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
make create_new_program() static
This commit is contained in:
parent
3f9839a52b
commit
c43f03e38d
1 changed files with 4 additions and 3 deletions
|
|
@ -1364,9 +1364,10 @@ static void build_tnl_program( struct tnl_program *p )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void create_new_program( const struct state_key *key,
|
static void
|
||||||
struct vertex_program *program,
|
create_new_program( const struct state_key *key,
|
||||||
GLuint max_temps)
|
struct vertex_program *program,
|
||||||
|
GLuint max_temps)
|
||||||
{
|
{
|
||||||
struct tnl_program p;
|
struct tnl_program p;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue