cryscan / bevy-hikari

A Realtime Path Tracer for Bevy.
Other
349 stars 15 forks source link

Allow running without `--release` #89

Open BrandonDyer64 opened 1 year ago

BrandonDyer64 commented 1 year ago

Love this project! What needs to be done to allow running without the release flag?

cryscan commented 1 year ago

Unfortunately currently you cannot run without release unless you don't have any textures in your scene. I have raised an issue on the naga side.

BrandonDyer64 commented 1 year ago

@cryscan Do you think this can be solved with the suggestion in this comment?

cryscan commented 1 year ago

Yeah will find out the way to request the feature in bevy.

cryscan commented 1 year ago

https://github.com/bevyengine/bevy/pull/6995