Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 19, 2010
1 parent 6451750 commit b78a5d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mojoshader_compiler.c
Expand Up @@ -7,6 +7,10 @@
* This file written by Ryan C. Gordon.
*/

// !!! FIXME: this needs to be split into separate source files:
// !!! FIXME: parse, AST, IR, etc. The problem is we need to deal with the
// !!! FIXME: "Context" struct being passed around everywhere.

#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_internal.h"

Expand Down

0 comments on commit b78a5d1

Please sign in to comment.