Files
oak-editor/app/shaders/shaders.qrc
T
itsmattkc daafcbfc95 began external shader files that can be compiled into the program
Helps write shaders rather than embedding them into the C++ code.
2019-12-09 23:49:44 +11:00

7 lines
138 B
XML

<RCC>
<qresource prefix="/shaders">
<file>videoinput.frag</file>
<file>videoinput.vert</file>
</qresource>
</RCC>