mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Move shaders to separate files
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cd0895b237
commit
6fc386cfe9
6 changed files with 59 additions and 47 deletions
6
launcher/resources/shaders/shaders.qrc
Normal file
6
launcher/resources/shaders/shaders.qrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/shaders">
|
||||
<file>vshader.glsl</file>
|
||||
<file>fshader.glsl</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Loading…
Add table
Add a link
Reference in a new issue