brtnrdr
04-12-2007, 12:16 PM
I have a 32-bit floating point texture and need to load negative values into the texture. I have tried using glTexSubImage2D but the values seem to be clamped to 0. Is there a way of loading negative values from the CPU (PBO maybe?)?