gpu: use PowerPreference

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 18:26:53 -07:00 committed by Stephen Gutekanst
parent 9c2fc82fa3
commit 40f92dd9d9
4 changed files with 6 additions and 7 deletions

View file

@ -34,7 +34,6 @@ pub const Descriptor = struct {
entries: []const Entry,
};
// TODO: can this be extern struct / ABI compatible?
pub const Entry = struct {
binding: u32,
visibility: ShaderStage,