BGFX_STATE_DEPTH_TEST_LESS

Depth test state. When BGFX_STATE_DEPTH_ is not specified depth test will be disabled. +//// Enable depth test, less

extern (C) @nogc nothrow
enum ulong BGFX_STATE_DEPTH_TEST_LESS;

Meta