2008-07-12 17:40:22 +00:00
|
|
|
#ifndef _VERTEXSHADER_H
|
|
|
|
#define _VERTEXSHADER_H
|
|
|
|
|
|
|
|
#include "Common.h"
|
|
|
|
|
2008-08-26 23:11:15 +00:00
|
|
|
const char *GenerateVertexShader();
|
2008-07-12 17:40:22 +00:00
|
|
|
|
|
|
|
#define PS_CONST_COLORS 0
|
|
|
|
#define PS_CONST_KCOLORS 4
|
|
|
|
#define PS_CONST_CONSTALPHA 8
|
|
|
|
|
|
|
|
#endif
|