gpu: correct feature storage location
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
653c528441
commit
9f1775aa7c
3 changed files with 16 additions and 10 deletions
|
|
@ -27,6 +27,7 @@ const Adapter = @This();
|
|||
|
||||
/// The features which can be used to create devices on this adapter.
|
||||
features: []Feature,
|
||||
_features: [std.enums.values(Feature).len]Feature = undefined,
|
||||
|
||||
/// The best limits which can be used to create devices on this adapter.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue