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