DownscaleBlurCompute.ankiprog 425 B

12345678910111213141516171819
  1. <!--
  2. Copyright (C) 2009-2018, Panagiotis Christopoulos Charitos and contributors.
  3. All rights reserved.
  4. Code licensed under the BSD License.
  5. http://www.anki3d.org/LICENSE
  6. -->
  7. <shaderProgram>
  8. <shaders>
  9. <shader type="comp">
  10. <inputs>
  11. <input name="WORKGROUP_SIZE" type="uvec2" const="1"/>
  12. </inputs>
  13. <source><![CDATA[
  14. #include "shaders/DownscaleBlur.glsl"
  15. ]]></source>
  16. </shader>
  17. </shaders>
  18. </shaderProgram>