Home
last modified time | relevance | path

Searched refs:MULTI_LAYER_NCOLBOX (Results 1 – 1 of 1) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/shaders/
H A Dshadermultilayer.cpp119 #define MULTI_LAYER_NCOLBOX 5 macro
121 static int colID[MULTI_LAYER_NCOLBOX] = { IDC_AMB_CLR, IDC_DIFF_CLR, IDC_SI_CLR, IDC_SPEC_CLR1, IDC…
974 IColorSwatch *cs[MULTI_LAYER_NCOLBOX];
1121 for( long i = 0; i < MULTI_LAYER_NCOLBOX; ++i ) in MultiLayerShaderDlg()
1141 for (long i=0; i<MULTI_LAYER_NCOLBOX; i++) in ~MultiLayerShaderDlg()