Epok Engine

EPOK RUNTIME

epok::SkeletalError::InvalidVertex

Enum value

Enum value

Named value `InvalidVertex` in `epok::SkeletalError`.

Belongs to
epok::SkeletalError
Header
epok.hpp

Declaration

Declaration
InvalidVertex = 2

Named value `InvalidVertex` in `epok::SkeletalError`.

Type
epok::SkeletalError
Value
2
Storage
Per instance

Example

C++ example
#include "epok.hpp"

auto value = epok::SkeletalError::InvalidVertex;

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:156