MCPcopy Create free account
hub / github.com/crownengine/crown / updateTextureBegin

Method updateTextureBegin

3rdparty/bgfx/src/renderer_gl.cpp:3402–3404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3400 }
3401
3402 void updateTextureBegin(TextureHandle /*_handle*/, uint8_t /*_side*/, uint8_t /*_mip*/) override
3403 {
3404 }
3405
3406 void updateTexture(TextureHandle _handle, uint8_t _side, uint8_t _mip, const Rect& _rect, uint16_t _z, uint16_t _depth, uint16_t _pitch, const Memory* _mem) override
3407 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected