MCPcopy Create free account
hub / github.com/comaps/comaps / UpdateState

Method UpdateState

libs/drape/texture.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 virtual ref_ptr<ResourceInfo> FindResource(Key const & key, bool & newResource) = 0;
51 virtual void UpdateState(ref_ptr<dp::GraphicsContext> context) {}
52 virtual bool HasEnoughSpace(uint32_t /* newKeysCount */) const { return true; }
53 using Params = HWTexture::Params;
54

Callers 3

UpdateDynamicTexturesMethod · 0.45
UpdateGlyphTexturesMethod · 0.45
ApplyTexturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected