changeset 519 | c9b27381c971 |
parent 493 | e2c930ab84b5 |
child 520 | 7195f0183d0c |
--- a/mojoshader_internal.h Sat Dec 13 08:48:11 2008 -0500 +++ b/mojoshader_internal.h Sat Dec 13 08:58:35 2008 -0500 @@ -123,6 +123,11 @@ #define OPCODE_IFC 41 #define OPCODE_BREAKC 45 +// TEXLD becomes a different instruction with these instruction controls. +#define CONTROL_TEXLD 0 +#define CONTROL_TEXLDP 1 +#define CONTROL_TEXLDB 2 + // #define this to force app to supply an allocator, so there's no reference // to the C runtime's malloc() and free()... #if MOJOSHADER_FORCE_ALLOCATOR