enum EE::Graphics::PrimitiveFillMode

Overview

Defines the fill mode for the primitives. More…

#include <primitivetype.hpp>

enum PrimitiveFillMode {
    DRAW_LINE,
    DRAW_FILL,
};

Detailed Documentation

Defines the fill mode for the primitives.

Enum Values

DRAW_LINE

Draw only lines.

DRAW_FILL

Draw filled objects.