1
0
Fork 0
fgdata/Effects/HDR/smaa-edge-detection.eff

23 lines
619 B
Text
Raw Normal View History

2021-04-10 09:14:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/HDR/smaa-edge-detection</name>
2021-04-10 09:14:16 +00:00
<technique n="1">
<pass>
<stencil>
<function>always</function>
<value>1</value>
<pass>replace</pass>
</stencil>
2021-04-10 09:14:16 +00:00
<program>
<vertex-shader>Shaders/HDR/smaa-edge-detection.vert</vertex-shader>
<fragment-shader>Shaders/HDR/smaa-edge-detection.frag</fragment-shader>
2021-04-10 09:14:16 +00:00
</program>
<uniform>
<name>color_tex</name>
2021-04-10 09:14:16 +00:00
<type>sampler-2d</type>
<value type="int">0</value>
</uniform>
</pass>
</technique>
</PropertyList>