fix pressure spacing, blend mode preview

This commit is contained in:
2019-06-25 22:16:36 +02:00
parent 746726e5b3
commit a15d3acaef
4 changed files with 13 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ public:
Texture2D m_blender_bg;
Sampler m_sampler;
Sampler m_sampler_linear;
Sampler m_sampler_nearest;
Sampler m_sampler_stencil;
Plane m_face_plane;
LineSegment m_line;