BGFX_DEBUG_IFH

Enable infinitely fast hardware test. No draw calls will be submitted to driver. It's useful when profiling to quickly assess bottleneck between CPU and GPU.

extern (C) @nogc nothrow
enum uint BGFX_DEBUG_IFH;

Meta