MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CreateShader

Method CreateShader

ogsr_engine/xrGame/ui/UIStatic.cpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108void CUIStatic::InitTexture(LPCSTR texture) { InitTextureEx(texture); }
109
110void CUIStatic::CreateShader(const char* tex, const char* sh) { m_UIStaticItem.CreateShader(tex, sh); }
111
112ui_shader& CUIStatic::GetShader() { return m_UIStaticItem.GetShader(); }
113

Callers 8

InitTextureMethod · 0.45
InitMethod · 0.45
InitTextureMethod · 0.45
create_top_gradientMethod · 0.45
OnDeviceCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected