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

Method ClearLayer

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

Source from the content-addressed store, hash-verified

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(); }
551

Callers 3

ClearColorLayerMethod · 0.80
UpdatePointLights_Method · 0.80

Calls 1

clearLayerMethod · 0.80

Tested by

no test coverage detected