add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
13
gamedata/shaders/r3/dumb.vs
Normal file
13
gamedata/shaders/r3/dumb.vs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "common.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Vertex
|
||||
v2p_dumb main ( v_dumb I )
|
||||
{
|
||||
v2p_dumb O;
|
||||
|
||||
O.HPos = mul( m_WVP, I.P );
|
||||
|
||||
return O;
|
||||
}
|
||||
FXVS;
|
||||
Loading…
Add table
Add a link
Reference in a new issue