Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
ref_ptr<HWTexture> Texture::GetHardwareTexture() const
105
{
106
return make_ref(m_hwTexture);
107
}
108
} // namespace dp
Callers
3
ApplyTextures
Method · 0.80
SetFramebuffer
Method · 0.80
ApplyFramebuffer
Method · 0.80
Calls
1
make_ref
Function · 0.85
Tested by
no test coverage detected