equal
deleted
inserted
replaced
613 |
613 |
614 /* Preprocessor interface... */ |
614 /* Preprocessor interface... */ |
615 |
615 |
616 /* |
616 /* |
617 * Structure used to pass predefined macros. Maps to D3DXMACRO. |
617 * Structure used to pass predefined macros. Maps to D3DXMACRO. |
|
618 * You can have macro arguments: set identifier to "a(b, c)" or whatever. |
618 */ |
619 */ |
619 typedef struct MOJOSHADER_preprocessorDefine |
620 typedef struct MOJOSHADER_preprocessorDefine |
620 { |
621 { |
621 const char *identifier; |
622 const char *identifier; |
622 const char *definition; |
623 const char *definition; |