Skip to content

Commit

Permalink
Set proper GLSL pixel shader version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBadAngel authored and kahrl committed Feb 11, 2016
1 parent f253ff9 commit c1044b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shader.cpp
Expand Up @@ -792,7 +792,7 @@ ShaderInfo generate_shader(std::string name, u8 material_type, u8 drawtype,
video::EVST_VS_1_1, // Vertex shader version
pixel_program_ptr, // Pixel shader program
"pixelMain", // Pixel shader entry point
video::EPST_PS_1_1, // Pixel shader version
video::EPST_PS_1_2, // Pixel shader version
geometry_program_ptr, // Geometry shader program
"geometryMain", // Geometry shader entry point
video::EGST_GS_4_0, // Geometry shader version
Expand Down

0 comments on commit c1044b9

Please sign in to comment.