-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Compile time shaders translation #648
Copy link
Copy link
Open
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
I noticed that in some scenarios there's no better solution than translate shaders (GLSL or any other) to SPIR-V at compile time (or AOT compilation). For example there's official doc about vulkan shaders compilation for Android and that notices about Ahead of time compilation that places final spv files directly to apk.
Also, there is some examples of vulkan + build time compilation of shaders here.
So I'm curious, is it right and could be added to Bevy?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possible