fixed 0,1 coord issue. Going to test multiple vertex buffers now

This commit is contained in:
2019-09-10 22:04:13 -07:00
parent 9043c2cd3c
commit 5f2092ef21
6 changed files with 57 additions and 40 deletions

View File

@@ -145,6 +145,7 @@ impl<'a> VkProcessor<'a> {
self.canvas.load_texture(String::from("button.png"));
self.canvas.load_texture(String::from("background.jpg"));
self.canvas.load_texture(String::from("test2.png"));
self.canvas.load_texture(String::from("sfml.png"));
}
/// A hardcoded list of kernels which can be preloaded from this function