forked from linuxdeepin/dtkdeclarative
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtkdeclarative_asserts is required on qt5 and qt6, but shaders is separate.
- Loading branch information
1 parent
b522efc
commit cf114a4
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<RCC> | ||
<qresource prefix="/dtk/declarative"> | ||
<file>shaders/quickitemviewport.frag</file> | ||
<file>shaders/quickitemviewport-opaque.frag</file> | ||
<file>shaders/quickitemviewport-opaque.vert</file> | ||
<file>shaders/dualkawasedown.frag</file> | ||
<file>shaders/dualkawasedown.vert</file> | ||
<file>shaders/dualkawaseup.frag</file> | ||
<file>shaders/dualkawaseup.vert</file> | ||
<file>shaders/noise.vert</file> | ||
<file>shaders/noise.frag</file> | ||
</qresource> | ||
</RCC> |