Skip to content

Commit

Permalink
Added a comment about this change required.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Sep 27, 2024
1 parent 7040ff4 commit bb92401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebGPUGen/WebGPUGen/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bb92401

Please sign in to comment.