| 12345678910111213141516171819 |
- <!--
- Copyright (C) 2009-2018, Panagiotis Christopoulos Charitos and contributors.
- All rights reserved.
- Code licensed under the BSD License.
- http://www.anki3d.org/LICENSE
- -->
- <shaderProgram>
- <shaders>
- <shader type="comp">
- <inputs>
- <input name="WORKGROUP_SIZE" type="uvec2" const="1"/>
- </inputs>
- <source><![CDATA[
- #include "shaders/DownscaleBlur.glsl"
- ]]></source>
- </shader>
- </shaders>
- </shaderProgram>
|