mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 19:02:42 +00:00
775dc8a9c0
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
15 lines
321 B
C
15 lines
321 B
C
#pragma once
|
|
|
|
#include "Common.h"
|
|
|
|
typedef u32 tevhash;
|
|
|
|
tevhash GetCurrentTEV();
|
|
LPDIRECT3DPIXELSHADER9 GeneratePixelShader();
|
|
|
|
#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 |