BGFX_STATE_BLEND_ZERO

* Use BGFX_STATE_BLEND_FUNC(_src, _dst) or BGFX_STATE_BLEND_FUNC_SEPARATE(_srcRGB, _dstRGB, _srcA, _dstA) * helper macros. *//// 0, 0, 0,

extern (C) @nogc nothrow
enum ulong BGFX_STATE_BLEND_ZERO;

Meta