What is a floating point texture?
Community Forums/General Help/What is a floating point texture?| 
 | ||
| I am curious. | 
| 
 | ||
| Simply put it's a texture that has its texels (texture pixels) stored as floating points. | 
| 
 | ||
| so instead of R,G,B each stored as integers in the range 0 - 255, they're instead floating point numbers in the range 0 - 1. Clearly, this gives you a much broader range of numbers to pick! |