da_bgfx_override_internal_texture

Override internal texture by creating new texture. Previously created internal texture will released. Attention: It's expected you understand some bgfx internals before you use this call.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_override_internal_texture = ulong function

Return Value

Native API pointer to texture. If result is 0, texture is not created yet from the main thread. Warning: Must be called only on render thread.

Meta