This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
`static const' instead of `const static'
tags/before_upgrade_03_01_05
Daniel Borca
20 years ago
parent
0a13cebaa1
commit
b6082fd236
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/tnl/t_vertex.c
+ 1
- 1
src/mesa/tnl/t_vertex.c
View File
@@ -732,7 +732,7 @@ static void extract_1ub_1f( const struct tnl_clipspace_attr *a, GLfloat *out, co
}
const
static struct {
static
const
struct {
const char *name;
tnl_extract_func extract;
tnl_insert_func insert[4];
Write
Preview
Loading…
Cancel
Save