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