mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
pgraphnodes: Add missing ShaderGenerator stub symbols
This commit is contained in:
parent
1a5fd04499
commit
f65fd44c08
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user