gpu: prepare to add Device interface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2e0a7019b2
commit
5f7fe4d7e2
4 changed files with 49 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue