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

Function androidSetWindow

src/engine/PlatformAndroid.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38 ///
39 inline void androidSetWindow(::ANativeWindow* _window)
40 {
41 PlatformData pd;
42 pd.ndt = NULL;
43 pd.nwh = _window;
44 pd.context = NULL;
45 pd.backBuffer = NULL;
46 pd.backBufferDS = NULL;
47 setPlatformData(pd);
48 }
49
50} // namespace bgfx
51

Callers 1

onAppCmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected