1
0
Fork 0

Syntax change for deferred buffers

This commit is contained in:
Frederic Bouvier 2012-04-18 23:28:45 +02:00
parent 754339b264
commit 37df6a3ec1

View file

@ -139,23 +139,28 @@
</render-bin> </render-bin>
<texture-unit> <texture-unit>
<unit>0</unit> <unit>0</unit>
<type>depth-buffer</type> <type>buffer</type>
<name>depth</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>1</unit> <unit>1</unit>
<type>normal-buffer</type> <type>buffer</type>
<name>normal</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>2</unit> <unit>2</unit>
<type>diffuse-buffer</type> <type>buffer</type>
<name>diffuse</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>3</unit> <unit>3</unit>
<type>spec-emis-buffer</type> <type>buffer</type>
<name>spec-emis</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>4</unit> <unit>4</unit>
<type>shadow-buffer</type> <type>buffer</type>
<name>shadow</name>
</texture-unit> </texture-unit>
<program> <program>
<vertex-shader>Shaders/sunlight.vert</vertex-shader> <vertex-shader>Shaders/sunlight.vert</vertex-shader>