22 lines
619 B
XML
22 lines
619 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PropertyList>
|
|
<name>Effects/HDR/smaa-edge-detection</name>
|
|
<technique n="1">
|
|
<pass>
|
|
<stencil>
|
|
<function>always</function>
|
|
<value>1</value>
|
|
<pass>replace</pass>
|
|
</stencil>
|
|
<program>
|
|
<vertex-shader>Shaders/HDR/smaa-edge-detection.vert</vertex-shader>
|
|
<fragment-shader>Shaders/HDR/smaa-edge-detection.frag</fragment-shader>
|
|
</program>
|
|
<uniform>
|
|
<name>color_tex</name>
|
|
<type>sampler-2d</type>
|
|
<value type="int">0</value>
|
|
</uniform>
|
|
</pass>
|
|
</technique>
|
|
</PropertyList>
|