From 8d31fae6ee22aacf201350246336b008b2f0bee3 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 6 Mar 2022 22:04:55 -0700 Subject: [PATCH] gpu: document equality to c.WGPUSurface Signed-off-by: Stephen Gutekanst --- gpu/src/Surface.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu/src/Surface.zig b/gpu/src/Surface.zig index e54e4520..3d524780 100644 --- a/gpu/src/Surface.zig +++ b/gpu/src/Surface.zig @@ -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,