mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 04:26:18 +00:00
[Documentation] Fix anchor to Clay_CustomElementConfig (#403)
This commit is contained in:
parent
4aad9daa9e
commit
c483269295
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue