VolumeViz/vvizBlending_frag.h File Reference
This file contains utilities fonction concerning Alpha blending equation.
More...
Go to the source code of this file.
Detailed Description
This file contains utilities fonction concerning Alpha blending equation.
Definition in file vvizBlending_frag.h.
Function Documentation
vec4 VVizBlendEquation |
( |
in vec4 |
dest, |
|
|
in vec4 |
src | |
|
) |
| | |
bool VVizBlendMaxReached |
( |
in vec4 |
dest |
) |
|
bool VVizHasBlendImpact |
( |
in vec4 |
dest, |
|
|
in vec4 |
src | |
|
) |
| | |
bool VVizIsFirstBlend |
( |
in bool |
hasHit, |
|
|
in vec4 |
dest, |
|
|
in vec4 |
src | |
|
) |
| | |
bool VVizIsFirstBoundary |
( |
in bool |
hasHitBoundary, |
|
|
in float |
curStep, |
|
|
in float |
alpha | |
|
) |
| | |