diff options
author | Sven Gothel <[email protected]> | 2012-10-22 21:28:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-22 21:28:40 +0200 |
commit | 03cdffe5739ef8b032638cf4169e713c90fb36c6 (patch) | |
tree | 0728e1bf17f11acf824cca7e76e2a96d5d87d9ae /src/jogl/classes/com/jogamp/audio | |
parent | 5bdd283a9c3d0c656c859d499476173e2f609839 (diff) |
FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameter
All *Pointer methods used 'normalized:=false', but we cannot assume
the fixed function code does use normalized (0f..1f) values.
On the contrary, it usually uses the native format value range.
Hence we have to pass normalized:=true for all fixed point data types
and normalized:=false for floating point data types.
Diffstat (limited to 'src/jogl/classes/com/jogamp/audio')
0 files changed, 0 insertions, 0 deletions