We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]"?
imgui-ws/src/imgui-ws.js
Line 157 in 5e51bbf
Line 296 in 5e51bbf
Is there any way to use 64-bit texture_id?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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]"?
imgui-ws/src/imgui-ws.js
Line 157 in 5e51bbf
imgui-ws/src/imgui-ws.js
Line 296 in 5e51bbf
int32 is incompatible with uint32. I use (pi[1] << 0) let uint32 -> int32.
Is there any way to use 64-bit texture_id?
The text was updated successfully, but these errors were encountered: