We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hey! There seem to be some issues in the examples/triangle.jl file
examples/triangle.jl
ERROR: LoadError: MethodError: no method matching getCanvas(::Symbol) Closest candidates are: getCanvas(::Val{:FallbackCanvas}) @ WGPUCore ~/.julia/packages/WGPUCore/RwBiz/src/canvas.jl:57 getCanvas() @ WGPUCore ~/.julia/packages/WGPUCore/RwBiz/src/canvas.jl:53 Stacktrace: [1] top-level scope @ /tmp/triangle.jl:36 in expression starting at /tmp/triangle.jl:36
The text was updated successfully, but these errors were encountered:
platform and other details of julia and WGPUCanvas versions you are using will help. Will look into as soon as I get those information.
Sorry, something went wrong.
@VarLad Found the issue. You will have to include WGPUCanvas library for this to work.
WGPUCanvas
@VarLad You can close this if its solved.
Works now!
No branches or pull requests
Hey! There seem to be some issues in the
examples/triangle.jl
fileThe text was updated successfully, but these errors were encountered: