mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Add a new bin in the end of the pipeline
This commit is contained in:
@@ -57,8 +57,9 @@ public:
|
||||
Background = 1,
|
||||
Opaque = 2,
|
||||
PreDeferredTransparent = 4,
|
||||
PostDeferredTransparent = 8,
|
||||
Overlay = 16
|
||||
Overlay = 8,
|
||||
PostDeferredTransparent = 16,
|
||||
Sticker = 32
|
||||
};
|
||||
|
||||
static ghoul::mm_unique_ptr<Renderable> createFromDictionary(
|
||||
|
||||
Reference in New Issue
Block a user