Skip to content

Commit

Permalink
Actually, just screw GLES.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Feb 18, 2024
1 parent e96ec1a commit 5c80c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/confictura/graphics/CShaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ private CShaders(){
/** Loads the shaders. Client-side and main thread only! */
public static void load(){
String prevVert = Shader.prependVertexCode, prevFrag = Shader.prependFragmentCode;

if(graphics.getGLVersion().type == GlType.OpenGL){
Shader.prependFragmentCode = "#define HAS_GL_FRAGDEPTH\n";
}
Expand Down

0 comments on commit 5c80c06

Please sign in to comment.