diff --git a/WebGPUGen/WebGPUGen/Helpers.cs b/WebGPUGen/WebGPUGen/Helpers.cs index b500734..22ed34b 100644 --- a/WebGPUGen/WebGPUGen/Helpers.cs +++ b/WebGPUGen/WebGPUGen/Helpers.cs @@ -26,7 +26,7 @@ public static class Helpers { "DWORD", "uint" }, { "WGPUSubmissionIndex", "ulong" }, - { "WGPUDeviceLostCallback", "void*" }, + { "WGPUDeviceLostCallback", "void*" }, // Hack: WGPUDeviceDescriptor use this delegate inside the struct. }; public static string ConvertToCSharpType(CppType type, bool isPointer = false)