gpu: update to latest revision as of 2022-08-06

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-06 23:08:39 -07:00 committed by Stephen Gutekanst
parent f856fccb76
commit 9f4a93cbef
8 changed files with 43 additions and 20 deletions

View file

@ -17,7 +17,7 @@ pub const Instance = opaque {
pub inline fn requestAdapter(
instance: *Instance,
options: *const RequestAdapterOptions,
options: ?*const RequestAdapterOptions,
context: anytype,
comptime callback: fn (
status: RequestAdapterStatus,