Epok Engine

EPOK RUNTIME

epok::MeshVertexError::MissingGeometry

Enum value

Enum value

Named value `MissingGeometry` in `epok::MeshVertexError`.

Belongs to
epok::MeshVertexError
Header
epok.hpp

Declaration

Declaration
MissingGeometry = 1

Named value `MissingGeometry` in `epok::MeshVertexError`.

Type
epok::MeshVertexError
Value
1
Storage
Per instance

Example

C++ example
#include "epok.hpp"

auto value = epok::MeshVertexError::MissingGeometry;

When it helps

Use this named value instead of a raw number so intent stays visible in game code and debugger output.

Trade-offs and warnings

Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.

Declared in runtime/epok.hpp:152