From c48326929585d540b18117e931ea62bd40de3b43 Mon Sep 17 00:00:00 2001 From: Sam El-Borai Date: Tue, 6 May 2025 02:41:33 +0200 Subject: [PATCH] [Documentation] Fix anchor to Clay_CustomElementConfig (#403) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de69a2..dadec73 100644 --- a/README.md +++ b/README.md @@ -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.