changeset 493 | e2c930ab84b5 |
parent 491 | bcc3c215807a |
child 519 | c9b27381c971 |
--- a/mojoshader_internal.h Wed Dec 10 05:06:56 2008 -0500 +++ b/mojoshader_internal.h Wed Dec 10 05:10:08 2008 -0500 @@ -23,7 +23,7 @@ // This is the highest shader version we currently support. #define MAX_SHADER_MAJOR 3 -#define MAX_SHADER_MINOR 0 +#define MAX_SHADER_MINOR 255 // vs_3_sw // If SUPPORT_PROFILE_* isn't defined, we assume an implicit desire to support.