Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TARGET] Phase out WebGL #5570

Merged
merged 1 commit into from
May 12, 2020
Merged

[TARGET] Phase out WebGL #5570

merged 1 commit into from
May 12, 2020

Commits on May 11, 2020

  1. [TARGET] Phase out WebGL

    The graphics API is moving towards next generation.
    Vulkan/Metal on the native and WebGPU on the web.
    
    Due to the limited programming model, we cannot get the best compute performance in WebGL.
    Now that the mainline already have both WebGPU and vulkan support, this PR phases out WebGL.
    tqchen committed May 11, 2020
    Configuration menu
    Copy the full SHA
    d55961f View commit details
    Browse the repository at this point in the history