mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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.
|
// If we don't have Cg, let's replace this with a stub.
|
||||||
class EXPCL_PANDA_PGRAPHNODES ShaderGenerator : public TypedReferenceCount {
|
class EXPCL_PANDA_PGRAPHNODES ShaderGenerator : public TypedReferenceCount {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
ShaderGenerator(const GraphicsStateGuardianBase *gsg);
|
ShaderGenerator(const GraphicsStateGuardianBase *gsg) {}
|
||||||
virtual ~ShaderGenerator();
|
virtual ~ShaderGenerator() {}
|
||||||
|
|
||||||
virtual CPT(ShaderAttrib) synthesize_shader(const RenderState *rs,
|
virtual CPT(ShaderAttrib) synthesize_shader(const RenderState *rs,
|
||||||
const GeomVertexAnimationSpec &anim) {
|
const GeomVertexAnimationSpec &anim) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user