
30 Apr
2007
30 Apr
'07
12:21 a.m.
Hi there, what's the difference between the following two lines? float red_1 = channel_convert< bits32f >( 1.f ); float red_2 = channel_convert< bits32f >( (bits32f) 1.f ); The first gives me garbage whereas the second gives the correct result. Regards, Christian

5 May
5 May
3:17 a.m.
I sent this a week ago. Does anybody know?
On 4/29/07, Christian Henning
Hi there, what's the difference between the following two lines?
float red_1 = channel_convert< bits32f >( 1.f ); float red_2 = channel_convert< bits32f >( (bits32f) 1.f );
The first gives me garbage whereas the second gives the correct result.
Regards, Christian
6561
Age (days ago)
6566
Last active (days ago)
1 comments
1 participants
participants (1)
-
Christian Henning