Rebel Fork Framework
|
#include <Urho3D/RenderPipeline/DrawableProcessor.h>
Public Types | |
enum | Type : unsigned char { VisibleInCullCamera = 1 << 0 , Lit = 1 << 1 , ForwardLit = 1 << 2 } |
Flags related to geometry rendering. Use old enum for simplified flag manipulation, avoid FlagSet for quick reset.