1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Reintroduces basic filtering for RGB mode (and introduces it for monochrome composite).

This commit is contained in:
Thomas Harte
2019-02-26 22:21:49 -05:00
parent cd055a0298
commit 68c5474e36
3 changed files with 48 additions and 16 deletions
+2
View File
@@ -219,6 +219,8 @@ class ScanTarget: public Outputs::Display::ScanTarget {
*/
std::unique_ptr<Shader> qam_separation_shader() const;
void set_sampling_window(int output_Width, int output_height, Shader &target);
std::string sampling_function() const;
};