From 009d2d18f0f9f2d4c9966968ad3cf1a25d888733 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 16:40:18 +0200 Subject: [PATCH] update documentation --- doc/notes/prio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/notes/prio.md b/doc/notes/prio.md index 24ea0bb..e16e5f3 100644 --- a/doc/notes/prio.md +++ b/doc/notes/prio.md @@ -1 +1,3 @@ \#static allow client to ignore lower-prio objects in the renderloop, to compensate frame-drop/cpu/gpu-overload scenario’s + +Q: should `-` be used to indicate 'lowering' priority (css's `z-index` 0-??? range is a bit confusing in that sense)