Searched defs:TypedObjectWrapper (Results 1 – 1 of 1) sorted by relevance
85 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper class88 …explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(),… in TypedObjectWrapper() function in glu::TypedObjectWrapper89 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(gl, objectTraits(Type)) {} in TypedObjectWrapper() function in glu::TypedObjectWrapper