imgui-ws icon indicating copy to clipboard operation
imgui-ws copied to clipboard

ImGuiWS::setTexture pass value as TextureId < 0 can not display image.

Open Eragon-Brisingr opened this issue 8 months ago • 0 comments

  1. https://github.com/ggerganov/incppect/blob/ea0528467cc90ff401e4ba6f926e54fee8cc0ce8/src/incppect.cpp#L145 Get error value when pass value as -1, maybe check the case of "my_id[%d]"?

  2. https://github.com/ggerganov/imgui-ws/blob/5e51bbf43a50d5f2c53124ab33f8740fa3f99b70/src/imgui-ws.js#L157 https://github.com/ggerganov/imgui-ws/blob/5e51bbf43a50d5f2c53124ab33f8740fa3f99b70/src/imgui-ws.js#L296 int32 is incompatible with uint32. I use (pi[1] << 0) let uint32 -> int32.

  3. Is there any way to use 64-bit texture_id?

Eragon-Brisingr avatar Nov 01 '23 02:11 Eragon-Brisingr