add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
12
gamedata/shaders/r1/vert_l.ps.hlsl
Normal file
12
gamedata/shaders/r1/vert_l.ps.hlsl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "common.hlsli"
|
||||
|
||||
struct v2p
|
||||
{
|
||||
float4 c0 : COLOR0;
|
||||
};
|
||||
|
||||
// Pixel
|
||||
float4 main(v2p I) : COLOR
|
||||
{
|
||||
return I.c0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue