MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / Clear

Method Clear

Source/Engine/StratusTexture.cpp:547–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545 bool Texture::Valid() const { return impl_ != nullptr; }
546
547 void Texture::Clear(const int mipLevel, const void * clearValue) const { impl_->Clear(mipLevel, clearValue); }
548 void Texture::ClearLayer(const int mipLevel, const int layer, const void * clearValue) const { impl_->clearLayer(mipLevel, layer, clearValue); }
549
550 const void * Texture::Underlying() const { return impl_->Underlying(); }

Callers 3

ClearFramebufferData_Method · 0.45
ShutdownMethod · 0.45
ClearLightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected