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

@ -2994,16 +2994,3 @@ void ImposterVertFeatureHLSL::determineFeature( Material *material,
outFeatureData->features.addFeature( MFT_ImposterVert );
}
//****************************************************************************
// Vertex position
//****************************************************************************
void DeferredSkyHLSL::processVert( Vector<ShaderComponent*> &componentList,
const MaterialFeatureData &fd )
{
Var *outPosition = (Var*)LangElement::find( "hpos" );
MultiLine *meta = new MultiLine;
//meta->addStatement( new GenOp( " @.w = @.z;\r\n", outPosition, outPosition ) );
output = meta;
}