im using this one:Error 1 error C2664: 'bool irr::video::IMaterialRendererServices::setVertexShaderConstant(const irr::c8 *,const irr::f32 *,int)' : cannot convert parameter 1 from 'irr::video::SColorf' to 'const irr::c8 *' e:\projects\Watertest saver\Watertest\main.cpp 42 Watertest
setVertexShaderConstant(const irr::f32 *,const irr::s32 ,const irr::s32)
it thinks i want the High Level version but i want the low level shader version:
services->setVertexShaderConstant(video::SColorf(0.0f,0.5f,1.0f,2.0f),0,1);
(also SColorf was my replacement for a 4 float constant)
any help?