brush_painter.glsl

来自「奇趣公司比较新的qt/emd版本」· GLSL 代码 · 共 8 行

GLSL
8
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?