Can I use GLSL in a post processing shader? #10427
Answered
by
david4shure
david4shure
asked this question in
Q&A
-
I am trying to use a glsl post processing shader and I am seeing a strange error 2023-11-07T05:44:40.102517Z ERROR bevy_asset::server: no `AssetLoader` found for the following extension: glsl Are glsl shaders for post processors supported? |
Beta Was this translation helpful? Give feedback.
Answered by
david4shure
Nov 7, 2023
Replies: 1 comment
-
edit: Renamed it to .frag and it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicopap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edit: Renamed it to .frag and it worked.