haskell-opengl / OpenGL

Haskell bindings to OpenGL
http://www.haskell.org/haskellwiki/OpenGL
BSD 3-Clause "New" or "Revised" License
147 stars 26 forks source link

How to get size of cube map face? #70

Open NCrashed opened 9 years ago

NCrashed commented 9 years ago

Hi, In 2.8.0.0 version there was an either parameter in textureSize2D. How to get TextureSize2D of TextureTargetCubeMapFace in 2.9.2.0?

ernestask commented 2 years ago

https://github.com/haskell-opengl/OpenGL/blob/f7af8fe04b0f19c260a85c9ebcad612737cd7c8c/src/Graphics/Rendering/OpenGL/GL/Texturing/Queries.hs#L105

I don’t see that having changed.