Caio Oliveira

Results 25 comments of Caio Oliveira

@spnda I've tried to run the code with the examples I had and found some more issues. I've posted the suggestions above and a few fixes to the branch https://github.com/cmarcelo/imgui/commits/dynamic-rendering...

@spnda @ocornut Here's an idea: would you prefer this to be a compile time option instead? Similar to what's done for NO_PROTOTYPES. Removes one "variable" of the whole equation, and...

> @cmarcelo Definitely not. This restricts the feature to being enabled or disabled at runtime and therefore wouldn't work on multiple different machines where one might not support dynamic rendering...

> If anything it might be a #define in the same example. I've updated the example in https://github.com/cmarcelo/imgui/commits/dynamic-rendering to use a `#define` to select the Dynamic Rendering. I think it...

Sorry for the confusion here. I'm fixing up the example and double checking works in both cases.

Updated my branch in case it still helps.

Also, in theory the deduction guide could be removed, but compiler also crashes when I remove it.

Does the CMakeLists.txt added in https://github.com/ocornut/imgui/pull/6502 work for you?

> A format bump is not something determined by mixer, but rather by what your upstream is. Mixer can generate output for different formats. @rchiossi I'm confused. Can't I have...

You are right. Got it! I was confused by something else.