From 9b4675f1ce576a1f982b7a30793904db14a74b5a Mon Sep 17 00:00:00 2001 From: Tristan de Cacqueray Date: Sat, 19 Oct 2024 09:24:01 -0400 Subject: [PATCH] Update the shader todos --- packages/shader/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/shader/README.md b/packages/shader/README.md index 42fc5a860..42dc3ba0f 100644 --- a/packages/shader/README.md +++ b/packages/shader/README.md @@ -6,11 +6,11 @@ Helpers for drawing shader. Here are the things that needs to be implemented: -- [ ] Shader source error reporting +- [ ] Shader compilation error reporting, e.g. to show the line number - [ ] Shader import from url, like shadertoy or git -- [ ] Display attribution -- [ ] Compilation error reporting, e.g. to show the line number -- [ ] Multiple instance and custom canvas position -- [ ] Multiple program, to be swapped like a pattern +- [ ] Display shader author attribution, e.g. to respect CC-BY +- [ ] Handle WebGL context lost by restoring the objects. +- [ ] Multiple instances and custom canvas positions +- [ ] Multiple programs, to be swapped like a pattern - [ ] Texture inputs - [ ] Buffer inputs, e.g. to generate a texture