Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glAlphaFunc
Function
glAlphaFunc
source/glbinding/source/gl/functions_a.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void glAlphaFunc(GLenum func, GLfloat ref)
77
{
78
return glbinding::Binding::AlphaFunc(func, ref);
79
}
80
81
void glAlphaFuncxOES(GLenum func, GLfixed ref)
82
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected