MCPcopy 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
136ILboolean ilImage::Clear()
137{
138 if (this->Id) {
139 this->Bind();
140 return ilClearImage();
141 }
142 return IL_FALSE;
143}
144
145
146ILvoid ilImage::ClearColour(ILclampf Red, ILclampf Green, ILclampf Blue, ILclampf Alpha)

Callers 1

RenderMethod · 0.45

Calls 1

BindMethod · 0.95

Tested by 1

RenderMethod · 0.36