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
Fix DRI build
tags/mesa_7_1_rc1
Brian Paul
18 years ago
parent
ade508312c
commit
0639998ee8
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
src/mesa/shader/prog_instruction.h
+ 1
- 2
src/mesa/shader/prog_instruction.h
View File
@@ -413,13 +413,12 @@ struct prog_instruction
*/
GLint BranchTarget;
#if 0
/**
* For TEX instructions in shaders, the sampler to use for the
* texture lookup.
*/
GLint Sampler;
#endif
const char *Comment;
};
Write
Preview
Loading…
Cancel
Save