gpu: prepare to add Device interface

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-06 19:05:00 -07:00 committed by Stephen Gutekanst
parent 2e0a7019b2
commit 5f7fe4d7e2
4 changed files with 49 additions and 35 deletions

View file

@ -6,6 +6,8 @@ pub fn native() Interface {
// TODO: implement Interface
@panic("not implemented");
// TODO: implement Device interface
// TODO: implement Adapter interface:
// typedef struct WGPUAdapterImpl* WGPUAdapter;
// // Methods of Adapter