|
Pyrogenesis trunk
|
#include "precompiled.h"#include "lib/debug.h"#include "OgreGLSLPreprocessor.h"#include <ctype.h>#include <stdio.h>
Namespaces | |
| namespace | Ogre |
Macros | |
| #define | MAX_MACRO_ARGS 16 |
| #define | IS_DIRECTIVE(s) (dirlen == strlen(s) && (strncmp (directive, s, dirlen) == 0)) |
Functions | |
| static size_t | Ogre::ClosestPow2 (size_t x) |
| Return closest power of two not smaller than given number. More... | |
| #define IS_DIRECTIVE | ( | s | ) | (dirlen == strlen(s) && (strncmp (directive, s, dirlen) == 0)) |
| #define MAX_MACRO_ARGS 16 |