Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 15, 2011
1 parent a1f39c5 commit 5f66f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mojoshader.h
Expand Up @@ -1281,6 +1281,10 @@ typedef struct MOJOSHADER_astExpressionDerefStruct
{
MOJOSHADER_astNodeInfo ast; /* Always MOJOSHADER_AST_OP_DEREF_STRUCT */
const MOJOSHADER_astDataType *datatype;
/* !!! FIXME:
* "identifier" is misnamed; this might not be an identifier at all:
* x = FunctionThatReturnsAStruct().SomeMember;
*/
MOJOSHADER_astExpression *identifier;
const char *member;
int isswizzle; /* Always 1 or 0. Never set by parseAst()! */
Expand Down

0 comments on commit 5f66f45

Please sign in to comment.