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

Method UploadData

libs/drape/texture.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void Texture::UploadData(ref_ptr<dp::GraphicsContext> context, uint32_t x, uint32_t y, uint32_t width, uint32_t height,
29 ref_ptr<void> data)
30{
31 ASSERT(m_hwTexture != nullptr, ());
32 m_hwTexture->UploadData(context, x, y, width, height, data);
33}
34
35TextureFormat Texture::GetFormat() const
36{

Callers 5

FlushDataMethod · 0.45
UploadResourcesMethod · 0.45
UploadResourcesMethod · 0.45
UploadResourcesMethod · 0.45
BatchDataMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected