fix samplers on brush preview
This commit is contained in:
@@ -19,8 +19,9 @@ class NodeStrokePreview : public NodeBorder
|
||||
Texture2D m_tex; // blending tmp texture
|
||||
Texture2D m_tex_dual;
|
||||
Texture2D m_tex_background;
|
||||
Sampler m_sampler;
|
||||
Sampler m_sampler_brush;
|
||||
Sampler m_sampler_linear;
|
||||
Sampler m_sampler_linear_repeat;
|
||||
Sampler m_sampler_mipmap;
|
||||
BrushMesh m_mesh;
|
||||
DynamicShape m_brush_shape;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user