mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
crc32 on strings is performed in one pass - removed the strlen() call.
This commit is contained in:
parent
691ca46978
commit
2d111ccb55
2 changed files with 21 additions and 13 deletions
2
imgui.h
2
imgui.h
|
|
@ -1,4 +1,4 @@
|
|||
// ImGui library v1.19
|
||||
// ImGui library v1.19 wip
|
||||
// See .cpp file for commentary.
|
||||
// See ImGui::ShowTestWindow() for sample code.
|
||||
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue