Example #1
0
GlParam* GlTextParamType::NewParam(gl_id id, const BMessage* config) const
{
	BString16		str;
	return new GlTextParam(this, id, str, config, StateFlags());
}
Example #2
0
 virtual StateFlags changedStates()
 {
     return StateFlags(StencilState) | ColorState | BlendState;
 }
Example #3
0
GlParam* GlRelAbsParamType::NewParam(gl_id id, const BMessage* config) const
{
	return new GlRelAbsParam(this, id, mInit, config, StateFlags());
}