Majority of forward work. Some state/register count issues and further testing required.

Also requires proper binding of forward probe values, as well as scoring probes for forward selection.
This commit is contained in:
Areloch 2019-04-07 23:57:05 -05:00
parent afb5a589c3
commit c025760422
6 changed files with 344 additions and 144 deletions

View file

@ -81,7 +81,7 @@ const String ShaderGenVars::irradianceCubemapAR("$irradianceCubemapAR");
const String ShaderGenVars::probeCount("$numProbes");
//Skylight
const String ShaderGenVars::skylightPrefilterMap("$skylightPrefilterMap");
const String ShaderGenVars::skylightPrefilterMap("$skylightSpecularMap");
const String ShaderGenVars::skylightIrradMap("$skylightIrradMap");
const String ShaderGenVars::hasSkylight("$hasSkylight");