MCPcopy Create free account
hub / github.com/cginternals/glbinding / glFrustumfOES

Function glFrustumfOES

source/glbinding/source/gl/functions_f.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void glFrustumfOES(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
442{
443 return glbinding::Binding::FrustumfOES(l, r, b, t, n, f);
444}
445
446void glFrustumxOES(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
447{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected