|
|
@ -280,8 +280,9 @@
|
|
|
|
stb_textedit.h
|
|
|
|
stb_textedit.h
|
|
|
|
stb_truetype.h
|
|
|
|
stb_truetype.h
|
|
|
|
Don't overwrite imconfig.h if you have made modification to your copy.
|
|
|
|
Don't overwrite imconfig.h if you have made modification to your copy.
|
|
|
|
Check the "API BREAKING CHANGES" sections for a list of occasional API breaking changes. If you have a problem with a function, search for its name
|
|
|
|
If you have a problem with a missing function/symbols, search for its name in the code, there will likely be a comment about it.
|
|
|
|
in the code, there will likely be a comment about it. Please report any issue to the GitHub page!
|
|
|
|
Check the "API BREAKING CHANGES" sections for a list of occasional API breaking changes.
|
|
|
|
|
|
|
|
Please report any issue to the GitHub page!
|
|
|
|
|
|
|
|
|
|
|
|
Q: What is ImTextureID and how do I display an image?
|
|
|
|
Q: What is ImTextureID and how do I display an image?
|
|
|
|
A: ImTextureID is a void* used to pass renderer-agnostic texture references around until it hits your render function.
|
|
|
|
A: ImTextureID is a void* used to pass renderer-agnostic texture references around until it hits your render function.
|
|
|
|