fixed 0,1 coord issue. Going to test multiple vertex buffers now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user