vertexconversion.h | 136 static T zero() { return static_cast<T>(0); } function in struct:gl::SimpleDefaultValues 144 static T zero() { return static_cast<T>(0); } function in struct:gl::NormalizedDefaultValues 168 copyComponent(out, ein, 0, static_cast<OutputType>(DefaultValueRule::zero())); 169 copyComponent(out, ein, 1, static_cast<OutputType>(DefaultValueRule::zero())); 170 copyComponent(out, ein, 2, static_cast<OutputType>(DefaultValueRule::zero()));
|