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
Possible root cause is the new vulkansc API in 1.3.242, which duplicates some types and struct members with slightly different definitions. (If correct, then this becomes a general issue, and not related to generating on mac.)
Trying to run the generation on macos now, having a few issues. Im using
vk.xml
version1.3.242
struct.go
line ~7950, duplicated code:related struct member
pStages
is also duplicated.struct.go
line ~20877,PipelineCacheCreateInfo
has duplicate memberInitialDataSize
.struct.go
line ~22138,PipelineShaderStageCreateInfo
has duplicate memberPName
The text was updated successfully, but these errors were encountered: