Skip to content
Snippets Groups Projects

Update pipeline sample

Merged Jonathan Kunstwald requested to merge feature/update-pipeline-sample into master
4 files
+ 37
61
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -75,7 +75,7 @@ void main() {
int lightAmount = 0; // debug variable
// Tube Lights
FOREACH_LIGHT(vIn.fragPosVS.z, i)
FOREACH_LIGHT(i)
{
LightData light = getLight(i);
Loading