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>
<texture-unit>
<unit>0</unit>
<type>depth-buffer</type>
<type>buffer</type>
<name>depth</name>
</texture-unit>
<texture-unit>
<unit>1</unit>
<type>normal-buffer</type>
<type>buffer</type>
<name>normal</name>
</texture-unit>
<texture-unit>
<unit>2</unit>
<type>diffuse-buffer</type>
<type>buffer</type>
<name>diffuse</name>
</texture-unit>
<texture-unit>
<unit>3</unit>
<type>spec-emis-buffer</type>
<type>buffer</type>
<name>spec-emis</name>
</texture-unit>
<texture-unit>
<unit>4</unit>
<type>shadow-buffer</type>
<type>buffer</type>
<name>shadow</name>
</texture-unit>
<program>
<vertex-shader>Shaders/sunlight.vert</vertex-shader>