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