Update README.md

This commit is contained in:
Nic Barker 2024-08-30 22:01:57 +12:00 committed by GitHub
parent 3f7005faae
commit 33a76238de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,6 +377,13 @@ The supported directives are:
- `CLAY_EXTEND_CONFIG_IMAGE` - Provide additional struct members to `CLAY_IMAGE_CONFIG` that will be passed through with output render commands.
- `CLAY_EXTEND_CONFIG_CUSTOM` - Provide additional struct members to `CLAY_IMAGE_CONFIG` that will be passed through with output render commands.
### Bindings
Clay is usable out of the box as a `.h` include in both C99 and C++ with designated initializer support.
There are also supported bindings for other languages, including:
- [Odin Bindings](https://github.com/nicbarker/clay/tree/main/bindings/odin)
# API
### Naming Conventions