You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could replicate the issue by just running c-for-go on the current vulkan-go/vulkan code. You could presumably figure out what is causing the problem by trying out some of the incremental versions..
Some obvious changes in the generated code include the runtime.KeepAlive calls. I tried to turn it off but couldn't figure out how to turn that off -- tried adding SafeStrings: false in config.
The text was updated successfully, but these errors were encountered:
See vulkan-go/vulkan#43 and vulkan-go/vulkan#62 for details.
I could replicate the issue by just running c-for-go on the current vulkan-go/vulkan code. You could presumably figure out what is causing the problem by trying out some of the incremental versions..
Some obvious changes in the generated code include the
runtime.KeepAlive
calls. I tried to turn it off but couldn't figure out how to turn that off -- tried addingSafeStrings: false
in config.The text was updated successfully, but these errors were encountered: