Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
`rgb565` was mistakenly written as `rgb5` in some places in API.md. Fixed that.
  • Loading branch information
Erkaman authored Jul 20, 2016
1 parent d0ad026 commit 8eb4021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ A data source from an image can be one of the following types:
| `'rgba'` | `gl.RGBA` | 4 | `'uint8','half float','float'`| βœ– | |
| `'rgba4'` | `gl.RGBA4` | 4 | `'rgba4'` | βœ– | |
| `'rgb5 a1'` | `gl.RGB5_A1` | 4 | `'rgb5 a1'` | βœ– | |
| `'rgb5'` | `gl.RGB5` | 3 | `'rgb5'` | βœ– | |
| `'rgb565'` | `gl.RGB565` | 3 | `'rgb565'` | βœ– | |
| `'srgb'` | `ext.SRGB` | 3 | `'uint8','half float','float'` | βœ– | [EXT_sRGB](https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/) |
| `'srgba'` | `ext.RGBA` | 4 | `'uint8','half float','float'`| βœ– | [EXT_sRGB](https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/) |
| `'depth'` | `gl.DEPTH_COMPONENT` | 1 | `'uint16','uint32'` | βœ– | [WEBGL_depth_texture](https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/) |
Expand Down

0 comments on commit 8eb4021

Please sign in to comment.