BGFX_STATE_CULL_CW

Cull state. When BGFX_STATE_CULL_* is not specified culling will be disabled. +//// Cull clockwise triangles

extern (C) @nogc nothrow
enum ulong BGFX_STATE_CULL_CW;

Meta