Johannes Unterguggenberger
Johannes Unterguggenberger
@martty First of all, thanks for your efforts! I have successfully managed to display a texture quite easily with this PR. Two questions: **Question 1)** Descriptor Sets allocated within `ImGui_ImplVulkan_AddTexture`...
Well, emission is basically just adding color to the rendered result, so that is arguably very similar to what the `...Additive` shaders (which are included) are doing. So, maybe try...
Ah, and the analogue to "emission intensity" would be to just change a color's `Brightness` via a color picker. But yeah, you can't select values > `1.0`.
Thank you so much for pointing this out. I'll take this into account in the next release.
Thank you for your detailed issue report and sorry that you have experienced so many troubles. May I ask you do try the latest version on the [development](https://github.com/cg-tuwien/Auto-Vk-Toolkit/tree/development) branch, which...
I agree that it would be cool to have the possibility to build as dynamic library. Unfortunately, I am currently unable to work on a refactoring like this, but pull...