/* DO NOT EDIT. * Generated by ../../bin/vtkEncodeString-8.1 * * Define the vtkTextureObjectFS string. * * Generated from file: /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Rendering/OpenGL2/glsl/vtkTextureObjectFS.glsl */ #include "vtkTextureObjectFS.h" const char *vtkTextureObjectFS = "//VTK::System::Dec\n" "\n" "// ============================================================================\n" "//\n" "// Program: Visualization Toolkit\n" "// Module: vtkTextureObjectFS.glsl\n" "//\n" "// Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen\n" "// All rights reserved.\n" "// See Copyright.txt or http://www.kitware.com/Copyright.htm for details.\n" "//\n" "// This software is distributed WITHOUT ANY WARRANTY; without even\n" "// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR\n" "// PURPOSE. See the above copyright notice for more information.\n" "//\n" "// ============================================================================\n" "\n" "// Fragment shader used by the gaussian blur filter render pass.\n" "\n" "varying vec2 tcoordVC;\n" "uniform sampler2D source;\n" "\n" "// the output of this shader\n" "//VTK::Output::Dec\n" "\n" "void main(void)\n" "{\n" " gl_FragData[0] = texture2D(source,tcoordVC);\n" "}\n" "\n";