On 29.03.2007 16:02, Stefan Dösinger wrote:
Am Donnerstag 29 März 2007 14:09 schrieb Vitaly Budovski:
Add support for ARB_texture_rectangle extension.
dlls/wined3d/directx.c | 3 +++ include/wine/wined3d_gl.h | 9 +++++++++ 2 files changed, 12 insertions(+), 0 deletions(-)
There is also GL_NV_texture_rectangle. Is that one related?
I think they're the same.
-f.r.
On 29/03/07, Frank Richter frank.richter@gmail.com wrote:
On 29.03.2007 16:02, Stefan Dösinger wrote:
Am Donnerstag 29 März 2007 14:09 schrieb Vitaly Budovski:
Add support for ARB_texture_rectangle extension.
dlls/wined3d/directx.c | 3 +++ include/wine/wined3d_gl.h | 9 +++++++++ 2 files changed, 12 insertions(+), 0 deletions(-)
There is also GL_NV_texture_rectangle. Is that one related?
I think they're the same.
Pretty much, but the ARB version has GLSL interactions specified.