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

Add WebGL rendering tests & improve the WebGLHelper API #8977

Merged
merged 5 commits into from Nov 20, 2018

Commits on Nov 19, 2018

  1. Copy the full SHA
    d0e0c8f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76b1a7f View commit details
    Browse the repository at this point in the history
  3. Simplified the API of WebGLHelper

    Now the shader and program caches are simply arrays of native WebGL created objects.
    The WebGLHelper simply takes the sources of the frag and vert shader and produces a program.
    
    This removes 2 classes & reduces the general verbosity of the API.
    
    Also a `getShaderCompilationErrors` was added on `WebGLHelper` to help debug GLSL errors.
    jahow committed Nov 19, 2018
    Copy the full SHA
    6b82cf0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0b23e94 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Copy the full SHA
    662d912 View commit details
    Browse the repository at this point in the history