|
|
vec4 | checkerBoard (vec2 pos) |
| |
|
vec4 | over (vec4 colorB, vec4 colorA) |
| |
|
void | main () |
| |
|
| uniform sampler2D | transferFunction |
| |
|
uniform int | legendRotation |
| |
|
uniform int | backgroundStyle |
| |
|
uniform float | checkerBoardSize |
| |
|
uniform vec4 | checkerColor1 = vec4(0.5, 0.5, 0.5, 1) |
| |
|
uniform vec4 | checkerColor2 = vec4(1, 1, 1, 1) |
| |
|
uniform vec4 | color = vec4(0, 0, 0, 1) |
| |
|
uniform int | borderWidth = 1 |
| |
|
uniform ivec4 | viewport = ivec4(0, 128, 128, 128) |
| |
◆ transferFunction
| uniform sampler2D glsl::Legend::transferFunction |
The documentation for this class was generated from the following file: