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

Method createTexture

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

Source from the content-addressed store, hash-verified

3394 }
3395
3396 void* createTexture(TextureHandle _handle, const Memory* _mem, uint64_t _flags, uint8_t _skip) override
3397 {
3398 m_textures[_handle.idx].create(_mem, _flags, _skip);
3399 return NULL;
3400 }
3401
3402 void updateTextureBegin(TextureHandle /*_handle*/, uint8_t /*_side*/, uint8_t /*_mip*/) override
3403 {

Callers 6

overrideInternalFunction · 0.45
rendererExecCommandsMethod · 0.45
createTextureFunction · 0.45
createTexture2DFunction · 0.45
createTexture3DFunction · 0.45
createTextureCubeFunction · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected