mirror of
https://github.com/nicbarker/clay.git
synced 2025-05-09 11:58:05 +00:00
[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
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:
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
|
### 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.
|
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 New Issue
Block a user