ARB prog: get frag prog texture info from the right place

This gets basic texturing working.  w00t!
This commit is contained in:
Ian Romanick
2009-07-24 17:33:30 -07:00
parent ef80c2012d
commit 6f8214cae6
2 changed files with 3 additions and 5 deletions

View File

@@ -194,8 +194,6 @@ struct asm_parser_state {
} option;
struct {
unsigned TexturesUsed[MAX_TEXTURE_IMAGE_UNITS];
unsigned ShadowSamplers;
unsigned UsesKill:1;
} fragment;
};