pex-gl / pex-context

Modern WebGL state wrapper for PEX: allocate GPU resources (textures, buffers), setup state pipelines and passes, and combine them into commands.
http://pex-gl.github.io/pex-context/
MIT License
160 stars 12 forks source link

Update textureCube docs #34

Closed vorg closed 6 years ago

vorg commented 6 years ago

https://github.com/pex-gl/pex-context#texture--ctxtexturecubeopts

e.g. Old: textureCube(faces) New: textureCube({ data: faces, width, height... })