Skip to content

Commit

Permalink
API.md: Remove unsupported color formats for cubic FBOs
Browse files Browse the repository at this point in the history
API.md: Remove unsupported color formats for cubic FBOs
  • Loading branch information
Erkaman authored Jul 29, 2016
1 parent 076ba11 commit 478450a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2026,10 +2026,6 @@ var cubeAlt = regl.framebufferCube({

| Color format | Description | Attachment |
|--------------|-------------|------------|
| `'alpha'` | `gl.ALPHA` | Texture |
| `'luminance'` | `gl.LUMINANCE` | Texture |
| `'luminance alpha'` | `gl.LUMINANCE_ALPHA` | Texture |
| `'rgb'` | `gl.RGB` | Texture |
| `'rgba'` | `gl.RGBA` | Texture |

| Color type | Description |
Expand Down

0 comments on commit 478450a

Please sign in to comment.