#include <OpenGL.h>
#include "ProgGLSL.h"
#include "Uniform.h"
#include "UniformGLSL.h"
#include "ProgParam.h"
#include "Message.h"
#include "Util.h"
#include <QInputDialog>
#include <QDir>
Namespaces | |
namespace | apig |
Defines | |
#define | CREATE_PARAM_AND_CALL(functionCall) |
#define | _(e) if (type == e) return #e; |
|
|
|
Value: { \ UniformGLSL *param = createUniformGLSL(name, warn); \ if (param != NULL) { \ param->functionCall; \ delete param; \ } \ } |