[Documentation] Fix anchor to Clay_CustomElementConfig (#403)
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Sam El-Borai 2025-05-06 02:41:33 +02:00 committed by GitHub
parent 4aad9daa9e
commit c483269295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -456,7 +456,7 @@ switch (renderCommand->commandType) {
}
```
More specific details can be found in the full [Custom Element API](#clay_custom_element).
More specific details can be found in the full [Custom Element API](#clay_customelementconfig).
### Retained Mode Rendering
Clay was originally designed for [Immediate Mode](https://www.youtube.com/watch?v=Z1qyvQsjK5Y) rendering - where the entire UI is redrawn every frame. This may not be possible with your platform, renderer design or performance constraints.