| 469 | } |
| 470 | |
| 471 | void 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 | } |
nothing calls this directly
no test coverage detected