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

Method glGetLightf

src/main/java/trace/graphics/GL.java:680–684  ·  view source on GitHub ↗
(int light, int pname)

Source from the content-addressed store, hash-verified

678 }
679
680 @NativeType("void")
681 @DocumentationProxyTo(GL11.class)
682 public static float glGetLightf(int light, int pname) {
683 return check2(() -> GL11.glGetLightf(light, pname));
684 }
685
686 @DocumentationProxyTo(GL11.class)
687 public static void glGetMapiv(int target, int query, IntBuffer data) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected