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

Method Create

libs/drape/texture.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Texture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params)
17{
18 if (AllocateTexture(context, params.m_allocator))
19 m_hwTexture->Create(context, params);
20}
21
22void Texture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params, ref_ptr<void> data)
23{

Callers 2

SetSizeMethod · 0.45
StartThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected