📄 brush_painter.glsl
字号:
// fast brush painter for composition modes which can be implemented with blendfuncs// no mask, used for fast filling of aliased primitives (or multisampled)void main(){ gl_FragColor = brush();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -