Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Upload
Method
Upload
DevIL/include/IL/devil_cpp_wrapper.hpp:725–729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
723
}
724
725
ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)
726
{
727
Image.Bind();
728
return ilutGLTexImage(Level);
729
}
730
731
732
GLuint ilOgl::Mipmap(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected