Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/intern/gpu_pbr.c')
-rw-r--r--source/blender/gpu/intern/gpu_pbr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_pbr.c b/source/blender/gpu/intern/gpu_pbr.c
index 307855a25ec..de22739db4a 100644
--- a/source/blender/gpu/intern/gpu_pbr.c
+++ b/source/blender/gpu/intern/gpu_pbr.c
@@ -216,7 +216,6 @@ void GPU_scenebuf_unbind(GPUScreenBuffer* buf)
void GPU_scenebuf_filter_texture(GPUScreenBuffer* buf)
{
- return;
/* MinZ Pyramid for depth */
if (buf->depth) {
GPU_texture_bind(buf->depth, 0);