adresses C4189 warnings ('identifier' : local variable is initialized but not referenced)

This commit is contained in:
Azaezel 2016-07-31 10:46:52 -05:00
parent 5fa8504568
commit 76fe7937ce
8 changed files with 8 additions and 51 deletions

View file

@ -106,7 +106,7 @@ void _initShaderGenHLSL( ShaderGen *shaderGen )
FEATUREMGR->registerFeature( MFT_DeferredSpecVars, new DeferredSpecVarsHLSL );
FEATUREMGR->registerFeature( MFT_DeferredMatInfoFlags, new DeferredMatInfoFlagsHLSL );
FEATUREMGR->registerFeature( MFT_DeferredEmptySpec, new DeferredEmptySpecHLSL );
FEATUREMGR->registerFeature( MFT_SkyBox, new DeferredSkyHLSL );
FEATUREMGR->registerFeature( MFT_SkyBox, new NamedFeatureHLSL( "skybox" ) );
}
MODULE_BEGIN( ShaderGenHLSL )