5 #ifndef __I_MATERIAL_RENDERER_SERVICES_H_INCLUDED__ 6 #define __I_MATERIAL_RENDERER_SERVICES_H_INCLUDED__ 39 bool resetAllRenderstates) = 0;
Interface providing some methods for changing advanced, internal states of a IVideoDriver.
float f32
32 bit floating point variable.
virtual bool setVertexShaderConstant(const c8 *name, const f32 *floats, int count)=0
Sets a constant for the vertex shader based on a name.
char c8
8 bit character variable.
virtual IVideoDriver * getVideoDriver()=0
Get pointer to the IVideoDriver interface.
Everything in the Irrlicht Engine can be found in this namespace.
signed int s32
32 bit signed variable.
virtual void setBasicRenderStates(const SMaterial &material, const SMaterial &lastMaterial, bool resetAllRenderstates)=0
Can be called by an IMaterialRenderer to make its work easier.
Interface to driver which is able to perform 2d and 3d graphics functions.
virtual bool setPixelShaderConstant(const c8 *name, const f32 *floats, int count)=0
Sets a constant for the pixel shader based on a name.
Struct for holding parameters for a material renderer.
virtual ~IMaterialRendererServices()
Destructor.