It was the gamma being wrong. Interesting how much different this is working than SFML+OpenCL

This commit is contained in:
2019-07-18 23:43:55 -07:00
parent 58f5289a3b
commit e476cb2e4e
4 changed files with 43 additions and 66 deletions

View File

@@ -78,7 +78,7 @@ fn main() {
processor.compile_kernel(String::from("simple-edge.compute"));
processor.compile_shaders(String::from("simple_texture"), &surface);
processor.load_buffers(String::from("funky-bird.jpg"));
processor.load_buffers(String::from("background.jpg"));
let mut timer = Timer::new();