Add loading of iw3 fastfiles

This commit is contained in:
Jan
2021-04-14 19:41:41 +02:00
parent 15c896862c
commit ecef868903
9 changed files with 361 additions and 10 deletions

View File

@ -18,6 +18,9 @@ reorder:
// MaterialPass
use MaterialPass;
set count args perPrimArgCount + perObjArgCount + stableArgCount;
set reusable vertexDecl;
set reusable vertexShader;
set reusable pixelShader;
// MaterialShaderArgument
use MaterialShaderArgument;