Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Clear
Method
Clear
DevIL/cpp wrapper/il_wrap.cpp:136–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
ILboolean ilImage::Clear()
137
{
138
if (this->Id) {
139
this->Bind();
140
return ilClearImage();
141
}
142
return IL_FALSE;
143
}
144
145
146
ILvoid ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha)
Callers
1
Render
Method · 0.45
Calls
1
Bind
Method · 0.95
Tested by
1
Render
Method · 0.36