mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -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(
|
||||
|
||||
@@ -964,7 +964,7 @@ void FramebufferRenderer::updateResolution() {
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
||||
if (glbinding::Binding::ObjectLabel.isResolved()) {
|
||||
glObjectLabel(GL_TEXTURE, _exitColorTexture, -1, "Exit depth");
|
||||
glObjectLabel(GL_TEXTURE, _exitDepthTexture, -1, "Exit depth");
|
||||
}
|
||||
|
||||
_dirtyResolution = false;
|
||||
|
||||
Reference in New Issue
Block a user