add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
14
gamedata/shaders/r2/stub_default.ps
Normal file
14
gamedata/shaders/r2/stub_default.ps
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "common.h"
|
||||
|
||||
struct p_TL
|
||||
{
|
||||
float2 Tex0 : TEXCOORD0;
|
||||
float4 Color : COLOR;
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Pixel
|
||||
float4 main ( p_TL I ) : COLOR
|
||||
{
|
||||
return tex2D(s_base, I.Tex0)*I.Color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue