0026892: Visualization, TKOpenGl - support 3D textures within OpenGl_Texture
authorisk <isk@opencascade.com>
Wed, 25 Nov 2015 08:35:38 +0000 (11:35 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Dec 2015 12:58:58 +0000 (15:58 +0300)
commit74fb257d6c0ee56e7f7d02ec6416bfbe6b19014c
treefa263e5a317e88b38d3f187b9fbb3ec55c936ea9
parentad2a55b2f3620864805b47470d6b436f0610dedf
0026892: Visualization, TKOpenGl - support 3D textures within OpenGl_Texture
Add a new arbTexFloat extension in OpenGl_Context.
Add a new prototype glTexImage in OpenGl_GlFunctions.
Push error message if glTexImage3D is unavailable.
src/OpenGl/OpenGl_Context.cxx
src/OpenGl/OpenGl_Context.hxx
src/OpenGl/OpenGl_GlFunctions.hxx
src/OpenGl/OpenGl_Texture.cxx
src/OpenGl/OpenGl_Texture.hxx