summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index b4c2f58..19097da 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,6 +22,7 @@ This file tracks the next set of immediate, actionable tasks for the project.
== Can this std::vector<T> be replaced by a simple C-like "const T*" array?
== are these std::string needed or can they be replaced by some 'const char*' ?
== etc.
+ - [ ] the inclusion of gpu.h (either "gpu.h" or <webgpu/gpu.h>) seems to be a recurring compilation and portability issue. Can we have a single inclusion of gpu.h in some platform header instead of scattered inclusion in .cc files? This would reduce the single-point-of-compilation failures during compilation and portability checks.
## Future Goals