gpu: README: note that next_in_chain type safety is 100% complete

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-16 20:58:31 -07:00
parent e9e506720b
commit 7e48acaff7

View file

@ -238,8 +238,4 @@ const descriptor = gpu.Surface.Descriptor{
### Others
There may be other opportunities for helpers, to improve the existing APIs, or add utility APIs on top of the existing APIs. If you find one, please open an issue we'd love to hear it!
The following are definitive candidates for helpers we haven't implemented yet:
* Other `next_in_chain` extensions (marked with a `// TODO` already)
There may be other opportunities for helpers, to improve the existing APIs, or add utility APIs on top of the existing APIs. If you find one, please open an issue we'd love to consider it.