]> git.codecow.com Git - nano-pow.git/commitdiff
Add release note about GL quad buffering.
authorChris Duncan <chris@zoso.dev>
Sun, 15 Jun 2025 05:20:09 +0000 (22:20 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 15 Jun 2025 05:20:09 +0000 (22:20 -0700)
CHANGELOG.md

index 0778051012add7a8cd07be651b99090380c9303c..414c4d0163e4da633861b8831e5a0c882c362456 100644 (file)
@@ -47,6 +47,8 @@ instructions on usage in the header.
 
 ### Other Changes
 
+WebGL implementation now uses quadruple buffering to optimize for frame latency.
+
 New `Logger` and `Queue` classes improve logging and request handling.
 
 Fixed bug in IPC implementation which communicates between CLI and server.