1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

This is no longer TODO.

This commit is contained in:
Thomas Harte 2019-01-25 22:47:15 -05:00
parent c87994336c
commit b6a4a7e0a5

View File

@ -309,8 +309,6 @@ std::unique_ptr<Shader> ScanTarget::conversion_shader() const {
vertex_shader += "}";
// Compose a fragment shader.
//
// For an RGB display ... [TODO]
if(modals_.display_type != DisplayType::RGB) {
fragment_shader +=