C4 Engine
C4 Engine API Documentation

Renderable::GetAmbientBlendState

Defined in:  C4Renderable.h
Returns the ambient pass blend state.
Prototype

uint32 GetAmbientBlendState(voidconst;

Description
The GetAmbientBlendState function returns the blending function used when an object is rendered in the ambient pass. See the Renderable::SetAmbientBlendState function for more information about the value returned.
See Also

Renderable::SetAmbientBlendState