Files
ResInsight/VisualizationModules/LibRender/glsl/fs_HighlightStencilDraw.glsl
Magne Sjaastad 9c1ce7591e Upgraded visualization libraries
Major refactoring of color legend framework
Added discrete log color legend
p4#: 18989
2012-10-02 10:17:52 +02:00

12 lines
309 B
GLSL

uniform vec4 u_color;
//--------------------------------------------------------------------------------------------------
/// Initial draw pass for highlighting
//--------------------------------------------------------------------------------------------------
void main()
{
gl_FragData[0] = u_color;
}