Package | Description |
---|---|
com.metsci.glimpse.axis.tagged.shader |
Shader implementations specific to tagged axes.
|
com.metsci.glimpse.gl.shader |
Grammar for parsing GLSL files and programmatically identifying
and setting uniform variables.
|
com.metsci.glimpse.support.atlas.shader | |
com.metsci.glimpse.support.shader | |
com.metsci.glimpse.support.shader.geometry |
Modifier and Type | Class and Description |
---|---|
class |
PartialTaggedPointShader |
class |
TaggedColorScaleShader |
class |
TaggedPointShader |
Constructor and Description |
---|
Pipeline(String name,
Shader geom,
Shader vert,
Shader frag) |
Modifier and Type | Class and Description |
---|---|
class |
TextureAtlasIconShaderFragment
Fragment shader wrapper for
IconPainter . |
class |
TextureAtlasIconShaderGeometry
Geometry shader wrapper for
IconPainter . |
class |
TextureAtlasIconShaderVertex
Vertex shader wrapper for
IconPainter . |
Modifier and Type | Class and Description |
---|---|
class |
SampledColorScaleShader
A shader which colors a 2D data texture using values sampled from a color
scaled defined by a 1D color texture.
|
class |
SampledColorScaleShaderInteger |
class |
SimplePointShader |
Modifier and Type | Class and Description |
---|---|
class |
SimpleGeometryShader |
class |
SimpleShader |
Modifier and Type | Method and Description |
---|---|
static Shader |
SimpleShader.passFragment() |
static Shader |
SimpleShader.passVertex() |
Copyright © 2013 Metron, Inc.. All rights reserved.