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

Method GetHardwareTexture

libs/drape/texture.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104ref_ptr<HWTexture> Texture::GetHardwareTexture() const
105{
106 return make_ref(m_hwTexture);
107}
108} // namespace dp

Callers 3

ApplyTexturesMethod · 0.80
SetFramebufferMethod · 0.80
ApplyFramebufferMethod · 0.80

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected