Closed plynkus closed 7 years ago
That's weird. On my system it is generated differently. Like this: https://github.com/mono/VulkanSharp/blob/master/src/Vulkan/Enums.cs#L453
Does it also happen when you rebuild whole project?
Local issue, apparently. Git reported a clean workspace against tip but I was still seeing the above. A complete wipe and re-clone has it back in order, apparently. Apologies.
Nice, thanks for confirming. Might be a dependency issue. Let me know if you run into it again.
Found: "error CS1001: Identifier expected" when compiling the repo tip.
Appears to relate to a leading "2D" being emitted in the final generated entry:
...thus an invalid token.
This was built with the latest VS2017RC (not sure that matters).