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
HI!
looks like a cool project! However I've got some problems getting it up and running.
Im currently facing a lot of errors:
using '!' is not allowed here; perhaps '?' was intended?
public typealias CreateRenderPipelineAsyncCallback = (CreatePipelineAsyncStatus, RenderPipeline, String, UnsafeMutableRawPointer!) -> ()
Which was introduced years ago to swift. What version of swift does work?
Is there a plan to support newer versions?
I somewhat hacked it to compile by changing the code gen, however only DemoInfo runs. The other fail with:
Looks like there was a recent change to the format of dawn.json which probably explains the build errors. Not entirely sure why they've made that change, but I'll probably need to have a look at the code generator to accommodate it.
As for the second issue, I'm not entirely sure. Have you tried running dawn's samples (CHelloTriangle etc.)? If they work then at least we'll know that it's a problem in the swift domain.
HI!
looks like a cool project! However I've got some problems getting it up and running.
Im currently facing a lot of errors:
Which was introduced years ago to swift. What version of swift does work?
Is there a plan to support newer versions?
I somewhat hacked it to compile by changing the code gen, however only DemoInfo runs. The other fail with:
The text was updated successfully, but these errors were encountered: