Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
asm needs bytecode profile
  • Loading branch information
aras-p committed Dec 29, 2009
1 parent cbd8cfd commit 8762ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mojoshader_assembler.c
Expand Up @@ -13,6 +13,10 @@
#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_internal.h"

#if !SUPPORT_PROFILE_BYTECODE
#error Shader assembler needs bytecode profile. Fix your build.
#endif

#if DEBUG_ASSEMBLER_PARSER
#define print_debug_token(token, len, val) \
MOJOSHADER_print_debug_token("ASSEMBLER", token, len, val)
Expand Down

0 comments on commit 8762ea1

Please sign in to comment.