Skip to content

Commit b25a31c

Browse files
committed
[Bindings/Odin] Update Odin Bindings to latest
1 parent 8bbe14f commit b25a31c

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ Clay_TextElementConfig {
839839
CLAY_TEXT_WRAP_NEWLINES,
840840
CLAY_TEXT_WRAP_NONE,
841841
};
842-
bool hashStringContents
843842
};
844843
```
845844

@@ -899,14 +898,6 @@ Available options are:
899898

900899
---
901900

902-
**`.hashStringContents`**
903-
904-
`CLAY_TEXT_CONFIG(.hashStringContents = true)`
905-
906-
By default, clay will cache the dimensions of text measured by [the provided MeasureText function](#clay_setmeasuretextfunction) based on the string's pointer and length. Setting `.hashStringContents = true` will cause Clay to hash the entire string contents. Used to fix incorrect measurements caused by re-use of string memory, disabled by default as it will incur significant performance overhead for very large bodies of text.
907-
908-
---
909-
910901
**Examples**
911902

912903
```C
2.88 KB
Binary file not shown.
5.68 KB
Binary file not shown.
2.09 KB
Binary file not shown.
2.39 KB
Binary file not shown.
2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)