MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / defaultGLPreambleTransparent

Method defaultGLPreambleTransparent

src/main/java/fieldbox/Open.java:517–529  ·  view source on GitHub ↗
(int pass)

Source from the content-addressed store, hash-verified

515 glDisable(GL11.GL_DEPTH_TEST);
516 if (Main.os != Main.OS.mac) glEnable(GL13.GL_MULTISAMPLE);
517
518 return true;
519 }
520}

Callers

nothing calls this directly

Calls 9

getContextMethod · 0.95
getFrameBufferWidthMethod · 0.80
getFrameBufferHeightMethod · 0.80
glClearColorMethod · 0.80
glClearMethod · 0.80
glEnableMethod · 0.80
glBlendFuncMethod · 0.80
glDisableMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected