MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / ImageView

Method ImageView

src/ui/ImageView.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10extern bgfx::ProgramHandle imguiGetImageProgram(uint8_t _mip);
11
12UI::ImageView::ImageView(Engine::BaseEngine& e)
13 : View(e)
14{
15 m_RelativeSize = true;
16 m_ImageHeight = 0;
17 m_ImageWidth = 0;
18}
19
20UI::ImageView::~ImageView()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected