Plasma Engine  2.0
Loading...
Searching...
No Matches
plCallbackResult Struct Reference

Enum values for success and failure. To be used by functions as return values mostly, instead of bool. More...

#include <Rasterization.h>

Public Types

enum  Enum { Stop , Continue }
 

Detailed Description

Enum values for success and failure. To be used by functions as return values mostly, instead of bool.

Member Enumeration Documentation

◆ Enum

Enumerator
Stop 

The calling function should stop expanding in this direction (might mean it should abort entirely)

Continue 

The calling function should continue further.


The documentation for this struct was generated from the following file: