From 81a102d95147e7f08aaf6fadfd8059794d44eaa3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 10 Dec 2016 15:20:10 -0500 Subject: [PATCH] Upped intermediate buffer size, at least temporarily, while I look for the source of the interference patterns I'm seeing. --- Outputs/CRT/Internals/CRTConstants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs/CRT/Internals/CRTConstants.hpp b/Outputs/CRT/Internals/CRTConstants.hpp index 54f14edbe..b7fefe8b9 100644 --- a/Outputs/CRT/Internals/CRTConstants.hpp +++ b/Outputs/CRT/Internals/CRTConstants.hpp @@ -36,7 +36,7 @@ const GLsizei InputBufferBuilderWidth = 2048; const GLsizei InputBufferBuilderHeight = 512; // This is the size of the intermediate buffers used during composite to RGB conversion -const GLsizei IntermediateBufferWidth = 2048; +const GLsizei IntermediateBufferWidth = 4096; const GLsizei IntermediateBufferHeight = 512; // Some internal buffer sizes