Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Upload
Method
Upload
DevIL/cpp wrapper/il_wrap.cpp:606–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
605
606
ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)
607
{
608
Image.Bind();
609
return ilutGLTexImage(Level);
610
}
611
612
613
GLuint ilOgl::Mipmap(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected