Go to the source code of this file.
Defines |
| #define | GL_MAX_FRAGMENT_UNIFORM_VECTORS 0x8DFD |
| #define | GL_MAX_VERTEX_UNIFORM_VECTORS 0x8DFB |
| #define | GL_MAX_VARYING_VECTORS 0x8DFC |
Functions |
| GLint | _slang_lookup_constant (const char *name) |
| static slang_operation_type | literal_type (slang_operation_type t1, slang_operation_type t2) |
| void | _slang_simplify (slang_operation *oper, const slang_name_space *space, slang_atom_pool *atoms) |
| GLboolean | _slang_cast_func_params (slang_operation *callOper, const slang_function *fun, const slang_name_space *space, slang_atom_pool *atoms, slang_info_log *log) |
| GLboolean | _slang_adapt_call (slang_operation *callOper, const slang_function *fun, const slang_name_space *space, slang_atom_pool *atoms, slang_info_log *log) |