ARB prog lexer: attenuation is not just for vp

This commit is contained in:
Ian Romanick
2009-07-29 20:42:28 -07:00
parent 333bb4f291
commit cbe4133109
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ state { return STATE; }
result { return RESULT; }
{dot}ambient { return AMBIENT; }
{dot}attenuation { return_token_or_DOT(require_ARB_vp, ATTENUATION); }
{dot}attenuation { return ATTENUATION; }
{dot}back { return BACK; }
{dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
{dot}color { return COLOR; }