When it helps
Use this named value instead of a raw number so intent stays visible in game code and debugger output.
EPOK RUNTIME
Enum value
Named value `MissingGeometry` in `epok::MeshVertexError`.
MissingGeometry = 1Named value `MissingGeometry` in `epok::MeshVertexError`.
#include "epok.hpp"
auto value = epok::MeshVertexError::MissingGeometry;Use this named value instead of a raw number so intent stays visible in game code and debugger output.
Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.
Declared in runtime/epok.hpp:152