mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Add a new bin in the end of the pipeline
This commit is contained in:
@@ -57,8 +57,9 @@ public:
|
|||||||
Background = 1,
|
Background = 1,
|
||||||
Opaque = 2,
|
Opaque = 2,
|
||||||
PreDeferredTransparent = 4,
|
PreDeferredTransparent = 4,
|
||||||
PostDeferredTransparent = 8,
|
Overlay = 8,
|
||||||
Overlay = 16
|
PostDeferredTransparent = 16,
|
||||||
|
Sticker = 32
|
||||||
};
|
};
|
||||||
|
|
||||||
static ghoul::mm_unique_ptr<Renderable> createFromDictionary(
|
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_MAG_FILTER, GL_LINEAR);
|
||||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
||||||
if (glbinding::Binding::ObjectLabel.isResolved()) {
|
if (glbinding::Binding::ObjectLabel.isResolved()) {
|
||||||
glObjectLabel(GL_TEXTURE, _exitColorTexture, -1, "Exit depth");
|
glObjectLabel(GL_TEXTURE, _exitDepthTexture, -1, "Exit depth");
|
||||||
}
|
}
|
||||||
|
|
||||||
_dirtyResolution = false;
|
_dirtyResolution = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user