Files
oak-editor/app/shaders/shaders.qrc
T
itsmattkc b4795c0222 blur: merged box and gaussian blurs into one node
While these are two separate blur effects, merging them into one node will
allow quick swapping of blur methods.
2020-04-16 13:17:30 +10:00

25 lines
767 B
XML

<RCC>
<qresource prefix="/shaders">
<file>alphaover.frag</file>
<file>alphaover.xml</file>
<file>blur.frag</file>
<file>blur.xml</file>
<file>colorgradient.frag</file>
<file>colorwheel.frag</file>
<file>crossdissolve.frag</file>
<file>crossdissolve.xml</file>
<file>dropshadow.frag</file>
<file>dropshadow.xml</file>
<file>diptoblack.frag</file>
<file>diptoblack.xml</file>
<file>opacity.frag</file>
<file>opacity.xml</file>
<file>solid.frag</file>
<file>solid.xml</file>
<file>stroke.frag</file>
<file>stroke.xml</file>
<file>videoinput.frag</file>
<file>videoinput.vert</file>
</qresource>
</RCC>