gpu: document equality to c.WGPUSurface

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-06 22:04:55 -07:00 committed by Stephen Gutekanst
parent 9956ff1864
commit 8d31fae6ee

View file

@ -2,7 +2,8 @@
const Surface = @This();
// The type erased pointer to the Surface implementation
/// The type erased pointer to the Surface implementation
/// Equal to c.WGPUSurface for NativeInstance.
ptr: *anyopaque,
vtable: *const VTable,