View Full Version : render to floating point textures
TheCode
02-12-2006, 11:39 PM
Hi,
I'd like to ask if rendering to floating
point textures are supported by NVidia hardware
(GF6800 or higher) under linux?
I have an example which works correctly
under Windows but gives a full black texture
under Linux.
Thanks
Ferenzzy
02-13-2006, 05:01 AM
Yes it is. At least since driver 76.76
TheCode
02-15-2006, 02:56 AM
Hi again,
I couldn't make the sample work but I succeeded
with my own application.
The only problem is if I use floating point
textures it is very slow.If I only change
the texture internal format to GL_RGB,keeping
everything else constant, then I receive much better
performance ( 4-5fps with float, >100 with normal RGB ).
Are there any restrictions that I should
be careful about (e.g. I shouldn't use linear
filtering and such... ). I've tried
with different combinations but I can't get
a better performance.
Thanks in advance
Ferenzzy
02-15-2006, 10:09 PM
Maybe you could post the code how you did the texture setup exactly.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.