Fix T51791: Point Density doesn't work on GPU

This commit is contained in:
Hristo Gueorguiev 2017-06-13 13:50:27 +02:00
parent 40c04dd649
commit 6cfa3ecd4d
Notes: blender-bot 2023-02-14 06:53:22 +01:00
Referenced by issue #51791, Point Density doesn't work on GPU
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ public:
class PointDensityTextureNode : public ShaderNode {
public:
SHADER_NODE_NO_CLONE_CLASS(PointDensityTextureNode)
virtual int get_group() { return NODE_GROUP_LEVEL_3; }
~PointDensityTextureNode();
ShaderNode *clone() const;