mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
8 lines
246 B
GLSL
8 lines
246 B
GLSL
|
|
//--------------------------------------------------------------------------------------------------
|
|
/// Fragment Shader - void
|
|
//--------------------------------------------------------------------------------------------------
|
|
void main()
|
|
{
|
|
}
|