init
This commit is contained in:
commit
2fe6ca2f65
1473 changed files with 251771 additions and 0 deletions
7
gamedata/shaders/r2/accum_mask.vs.hlsl
Normal file
7
gamedata/shaders/r2/accum_mask.vs.hlsl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "common.hlsli"
|
||||
|
||||
float4 main(float4 P : POSITION) : POSITION
|
||||
{
|
||||
return mul(m_WVP, P);
|
||||
}
|
||||
FXVS;
|
||||
Loading…
Add table
Add a link
Reference in a new issue