1 #ifndef OPENGLSHADERS_H
2 #define OPENGLSHADERS_H
28 static const std::string VS_In_Vec3_TextureCoordinate =
"cx_vs_in_texture_coordinates";
29 static const std::string VS_Out_Vec3_TextureCoordinate =
"cx_vs_out_texture_coordinates";
30 static const std::string FS_In_Vec3_TextureCoordinate =
"cx_fs_in_texture_coordinates";
31 static const std::string FS_Uniform_3DTexture_Volume =
"cx_fs_uniform_3Dtexture";
32 static const std::string FS_Uniform_1DTexture_LUT =
"cx_fs_uniform_1Dtexture";
33 static const std::string FS_Uniform_Window =
"cx_fs_uniform_window";
34 static const std::string FS_Uniform_Level =
"cx_fs_uniform_level";
35 static const std::string FS_Uniform_LLR =
"cx_fs_uniform_llr";
36 static const std::string FS_Uniform_Alpha =
"cx_fs_uniform_alpha";
37 static const std::string FS_Out_Vec4_Color =
"cx_fs_out_color";
41 const std::string
getFS(
int numberOfUploadedTextures);
46 #endif // OPENGLSHADERS_H