pgraphnodes: Add missing ShaderGenerator stub symbols

This commit is contained in:
rdb 2020-12-19 02:56:41 +01:00
parent 1a5fd04499
commit f65fd44c08

View File

@ -197,8 +197,8 @@ private:
// If we don't have Cg, let's replace this with a stub.
class EXPCL_PANDA_PGRAPHNODES ShaderGenerator : public TypedReferenceCount {
PUBLISHED:
ShaderGenerator(const GraphicsStateGuardianBase *gsg);
virtual ~ShaderGenerator();
ShaderGenerator(const GraphicsStateGuardianBase *gsg) {}
virtual ~ShaderGenerator() {}
virtual CPT(ShaderAttrib) synthesize_shader(const RenderState *rs,
const GeomVertexAnimationSpec &anim) {