BGFX_STATE_DEFAULT

Default state is write to RGB, alpha, and depth with depth test less enabled, with clockwise culling and MSAA (when writing into MSAA frame buffer, otherwise this flag is ignored).

extern (C) @nogc nothrow
enum ulong BGFX_STATE_DEFAULT;

Meta