texturing works, next will be images

This commit is contained in:
2019-08-30 00:50:45 -07:00
parent a2de3557f0
commit 3f14555c99
7 changed files with 178 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ impl<'a> VkProcessor<'a> {
}
pub fn get_texture_handle(&self, texture_name: String) -> Option<Arc<CanvasTextureHandle>> {
None
self.canvas.get_texture_handle(texture_name)
}
pub fn get_kernel_handle(&self, kernel_name: String) -> Option<Arc<CompuKernelHandle>> {
self.compute_state.get_kernel_handle(kernel_name)