mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Reintroduces less-filtered black and white video where there's no colour burst.
This commit is contained in:
@@ -14,10 +14,10 @@ using namespace Outputs::Display::OpenGL;
|
||||
namespace {
|
||||
|
||||
/// The texture unit from which to source input data.
|
||||
constexpr GLenum SourceDataTextureUnit = GL_TEXTURE1;
|
||||
constexpr GLenum SourceDataTextureUnit = GL_TEXTURE0;
|
||||
|
||||
/// The texture unit which contains raw line-by-line composite, S-Video or RGB data.
|
||||
constexpr GLenum UnprocessedLineBufferTextureUnit = GL_TEXTURE3;
|
||||
constexpr GLenum UnprocessedLineBufferTextureUnit = GL_TEXTURE1;
|
||||
|
||||
/// The texture unit that contains the current display.
|
||||
constexpr GLenum AccumulationTextureUnit = GL_TEXTURE2;
|
||||
|
||||
Reference in New Issue
Block a user