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

Function glAlphaFuncxOES

source/glbinding/source/gl/functions_a.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void glAlphaFuncxOES(GLenum func, GLfixed ref)
82{
83 return glbinding::Binding::AlphaFuncxOES(func, ref);
84}
85
86void glAlphaToCoverageDitherControlNV(GLenum mode)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected