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
INFO[0000] no existing registry entry for external type registry type=PFN_vkGetInstanceProcAddrLUNARG
INFO[0001] Running goimports file=struct.go
ERRO[0001] Failed to format source file error="exit status 2" goimports output="../../vk/struct.go:35180:15: expected operand, found ')'\n../../vk/struct.go:35182:3: expected ')', found 'return'\n../../vk/struct.go:35185:3: missing ',' in composite literal\n../../vk/struct.go:35186:8: missing ',' in composite literal\n../../vk/struct.go:35189:15: expected operand, found ')'\n../../vk/struct.go:35191:3: expected ')', found 'return'\n../../vk/struct.go:35194:1: missing ',' in composite literal\n../../vk/struct.go:35196:7: missing ',' in composite literal\n../../vk/struct.go:35200:1: missing ',' in composite literal\n../../vk/struct.go:35201:7: missing ',' in composite literal\n../../vk/struct.go:35210:3: missing ',' in composite literal\n" path=../../vk/struct.go
panic: runtime error: index out of range [1] with length 1
It seems to be generating invalid code here
...MaxLevel : ()(s.maxLevel),
...
The text was updated successfully, but these errors were encountered:
I made it work in PR #52. The solution to that error is to add the correct exception in the exception.json. But then there is another issue with a special VkExtent2D type in the XML that I'm not sure how to handle it properly. I skip that in the code to generate the whole new version of the go-vk. Anyway, I hope it helps 😄
It seems to be generating invalid code here
The text was updated successfully, but these errors were encountered: