Compare commits

...

6 Commits

Author SHA1 Message Date
Harrison Lambeth
8f083480d4
Merge b97bf246c8 into 3961720ef0 2025-02-10 23:08:33 -07:00
Nic Barker
3961720ef0 [Core & Documentation] Cleanup public / private API and internal document public API via comments
Some checks are pending
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
2025-02-11 17:11:03 +13:00
Nic Barker
dd1f018444 [Documentation] Add inline documentation comments for subfields of Clay_ElementDeclaration 2025-02-11 14:14:55 +13:00
Nic Barker
5a328da308 [Bindings/Odin] Switch error enum to correct size 2025-02-11 10:51:10 +13:00
Harrison Lambeth
b97bf246c8 Fix some things that broke after rebasing 2025-01-29 19:21:31 -07:00
Harrison Lambeth
3f39223eb4 Clay_GetElementIdsAtPoint 2025-01-29 19:07:45 -07:00
8 changed files with 538 additions and 190 deletions

View File

@ -317,7 +317,7 @@ ElementDeclaration :: struct {
userData: rawptr
}
ErrorType :: enum {
ErrorType :: enum EnumBackingType {
TextMeasurementFunctionNotProvided,
ArenaCapacityExceeded,
ElementsCapacityExceeded,

Binary file not shown.

Binary file not shown.

Binary file not shown.

726
clay.h

File diff suppressed because it is too large Load Diff