Merge pull request #1473 from qkmiao/fix-readPixels

Fix readPixels with GL_ALPHA format
tree: dee903e2db77737c97a6f4930afc11d7b5661923
  1. conformance-suites/
  2. doc/
  3. extensions/
  4. other/
  5. resources/
  6. sdk/
  7. specs/
  8. .gitignore
  9. .gitmodules
  10. codereview.settings
  11. CONTRIBUTING.md
  12. index.php
  13. README.md
README.md

The Official Khronos WebGL Repository

This is the official home of the Khronos WebGL repository for the WebGL specifications and the WebGL conformance test suite.

Before adding a new test or editing an existing test please read these guidelines.

You can find live versions of the specifications at http://www.khronos.org/webgl/

The newest work in progress WebGL conformance test suite for the next version of the spec can be accessed at. https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html

Official live versions of the conformance test suite can be found at https://www.khronos.org/registry/webgl/conformance-suites/

The WebGL Wiki can be found here http://www.khronos.org/webgl/wiki/

Cloning this repository

When cloning this repository please pass the --recursive flag to git:

git clone --recursive [URL]

This will properly install the WebGLDeveloperTools repository as a git submodule under sdk/devtools/.