MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / UpdateDynamic

Method UpdateDynamic

engine/PoseidonGL33/TextureBankGL33_Core.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void TextBankGL33::UpdateDynamic(Texture* tex, const void* rgba, uint32_t size)
472{
473 if (!tex || !rgba)
474 return;
475 static_cast<TextureGL33*>(tex)->UpdateRGBA(rgba, size);
476}

Callers

nothing calls this directly

Calls 1

UpdateRGBAMethod · 0.80

Tested by

no test coverage detected