Vibrant 1.5

#ponce contact at gamCOOKIESesfrommars.fr
Tue Sep 21 06:55:09 PDT 2010


> vec3h a = vec3h(cast(half)1.f, cast(half)2.f, cast(half)3.f);

In C++ I can make the half type and create vec3h with

vec3h a = vec3h(1, 2.f, 3);

because so much thing are implicit.

> I heard stories of half-float => float conversions being the bottleneck

I meant float -> half-float



More information about the Digitalmars-d-announce mailing list