source:
trunk/src/opengl/util/brush_painter.glsl@
632
| Last change on this file since 632 was 2, checked in by , 17 years ago | |
|---|---|
| File size: 204 bytes | |
| Line | |
|---|---|
| 1 | // fast brush painter for composition modes which can be implemented with blendfuncs |
| 2 | // no mask, used for fast filling of aliased primitives (or multisampled) |
| 3 | |
| 4 | void main() |
| 5 | { |
| 6 | gl_FragColor = brush(); |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
