2008-07-12 17:40:22 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "Common.h"
|
2008-07-20 12:26:32 +00:00
|
|
|
#include "D3DShader.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
|
2008-07-20 12:26:32 +00:00
|
|
|
const char *GeneratePixelShader();
|
2008-07-12 17:40:22 +00:00
|
|
|
|
|
|
|
#define PS_CONST_COLORS 0
|
|
|
|
#define PS_CONST_KCOLORS 4
|
|
|
|
#define PS_CONST_CONSTALPHA 8
|
|
|
|
#define PS_CONST_ALPHAREF 9 // x,y
|
|
|
|
#define PS_CONST_INDMTXSTART 10
|
|
|
|
#define PS_CONST_INDSIZE 2
|