Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ CullMode
Enum
CullMode
olcPixelGameEngine.h:1220–1225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1218
};
1219
1220
enum class CullMode : uint8_t
1221
{
1222
NONE = 0,
1223
CW = 1,
1224
CCW = 2
1225
};
1226
1227
struct GPUTask
1228
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected