Tagged Questions
2
votes
3answers
1k views
How does blending work with GLSL ES fragment shaders in WebGL?
I'm trying to get a simple effect to display using WebGL. Naturally, this means I'm using the fragment shader language defined in the GLSL ES 1.0 specification.
The code I am working with is largely ...
1
vote
4answers
1k views
Implementing Porter-Duff Rules in Direct3D
What Direct3D render states should be used to implement Java's Porter-Duff compositing rules (CLEAR, SRC, SRCOVER, etc.)?