MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DecalMode

Enum DecalMode

olcPixelGameEngine.h:1162–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160 };
1161
1162 enum class DecalMode
1163 {
1164 NORMAL,
1165 ADDITIVE,
1166 MULTIPLICATIVE,
1167 STENCIL,
1168 ILLUMINATE,
1169 WIREFRAME,
1170 };
1171
1172 enum class DecalStructure
1173 {

Callers 2

Renderer_OGL10Class · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected