Skip to content

Commit

Permalink
Merge pull request #1409 from CartoDB/1408-update-doc
Browse files Browse the repository at this point in the history
Update MAX_VERTEX_TEXTURE_IMAGE_UNITS parameter at browser support doc
  • Loading branch information
Alejandra Arri authored Oct 29, 2019
2 parents 503195e + efbc483 commit 050b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support/03-browser-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The library currently requires:
* WebGL 1.
* WebGL 1 `OES_texture_float` extension.
* WebGL parameter `gl.MAX_RENDERBUFFER_SIZE` >= 1024.
* WebGL parameter `gl.MAX_VERTEX_TEXTURE_IMAGE_UNITS` >= 16.
* WebGL parameter `gl.MAX_VERTEX_TEXTURE_IMAGE_UNITS` >= 8.

For a good experience, >= 8GB or RAM is recommended and also having a dedicated GPU with updated drivers.

Expand Down

0 comments on commit 050b88b

Please sign in to comment.