ARB prog parser: Fix handling of RECT
Require that GL_{ARB,EXT,NV}_texture_rectangle be supported before allowing use of RECT texture target.
This commit is contained in:
@@ -200,6 +200,7 @@ struct asm_parser_state {
|
||||
unsigned PrecisionHint:2;
|
||||
unsigned DrawBuffers:1;
|
||||
unsigned Shadow:1;
|
||||
unsigned TexRect:1;
|
||||
} option;
|
||||
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user