add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
12
gamedata/shaders/d3d11/common_policies.hlsli
Normal file
12
gamedata/shaders/d3d11/common_policies.hlsli
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef common_policies_h_included
|
||||
#define common_policies_h_included
|
||||
|
||||
#ifndef ISAMPLE
|
||||
#define ISAMPLE 0
|
||||
#endif // ISAMPLE
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#define GLD_P(_tc, _pos2d, _iSample) _tc, _pos2d
|
||||
#define CS_P(_P, _N, _tc0, _tcJ, _pos2d, _iSample) _P, _N, _tc0, _tcJ, _pos2d
|
||||
|
||||
#endif // common_policies_h_included
|
||||
Loading…
Add table
Add a link
Reference in a new issue