ProgramBuilder::StandardFeatures::Loader::Loader(StandardFeatures &f):
DataFile::ObjectLoader<StandardFeatures>(f)
{
+ add("clipping", &StandardFeatures::clipping);
add("custom", &StandardFeatures::custom);
add("fog", &StandardFeatures::fog);
add("lighting", &StandardFeatures::lighting);
add("material", &StandardFeatures::material);
+ add("max_clip_planes", &StandardFeatures::max_clip_planes);
add("max_lights", &StandardFeatures::max_lights);
add("normalmap", &StandardFeatures::normalmap);
add("reflection", &StandardFeatures::reflection);