added Sampler field to prog_instruction struct

This commit is contained in:
Brian
2007-01-05 16:01:26 -07:00
parent 288c5396e6
commit eef70ff79a
+6
View File
@@ -379,6 +379,12 @@ struct prog_instruction
*/
GLuint BranchTarget;
/**
* For TEX instructions in shaders, the sampler to use for the
* texture lookup.
*/
GLint Sampler;
const char *Comment;
};