crc32 on strings is performed in one pass - removed the strlen() call.

This commit is contained in:
ocornut
2014-12-30 15:18:21 +00:00
parent 691ca46978
commit 2d111ccb55
2 changed files with 21 additions and 13 deletions

View File

@ -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.