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

Method updateTexture

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

Source from the content-addressed store, hash-verified

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 {
3408 m_textures[_handle.idx].update(_side, _mip, _rect, _z, _depth, _pitch, _mem);
3409 }
3410
3411 void updateTextureEnd() override
3412 {

Callers 4

updateTexture2DFunction · 0.45
updateTexture3DFunction · 0.45
updateTextureCubeFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected