Is it planned to update wgpu.h
to use WGPU_NULLABLE
like webgpu.h
?
#346
laurelkeys
started this conversation in
Ideas
Replies: 1 comment
-
yes, general idea in future is to generate our custom header using the same new generator used in webgpu-headers. though for now, you could send a PR for this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there plans on updating
wgpu.h
to useWGPU_NULLABLE
likewebgpu.h
already does? This would be great for documentingOption<>
al parameters, e.g.:Beta Was this translation helpful? Give feedback.
All reactions