Syntax change for deferred buffers
This commit is contained in:
parent
754339b264
commit
37df6a3ec1
1 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue