Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Mipmap
Method
Mipmap
DevIL/cpp wrapper/il_wrap.cpp:613–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
612
613
GLuint ilOgl::Mipmap(ilImage &Image)
614
{
615
Image.Bind();
616
return ilutGLBuildMipmaps();
617
}
618
619
620
ILboolean ilOgl::Screen()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected