Damus
Omar · 2w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqdyq5vl6yhxjw7qap82cjdheckk4a3kg0xtlykgm4w9elme8cnn8q7cajxs thanks for the update! I’ll see how I can tweak comments.
Omar profile picture
@nprofile1q... FYI i couldn't find much room for improvements within the existing comments, see https://github.com/ocornut/imgui/commit/f1dd18b75c4f08941ba691a75dad65b884415cb3. There's already a GetPixels() and GetPixelsAt() function and most backends use GetPixelsAt() + patch I presume it would likely have saved you twice if you cross-referenced the main commit for other "simpler" backends such as DX11, If you have suggestion on further reducing error rate for future users I am happy to hear them. (1/2)
1
Omar · 2w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqdyq5vl6yhxjw7qap82cjdheckk4a3kg0xtlykgm4w9elme8cnn8q7cajxs ... possibly there's info loss from the fact you are on a different backend which might not expose functions/comments the same way as original code. Which Odin backend are you on? https...