have the api of the compu somewhat figured out. Need to weigh my options on texture, buffer, and image handles and how I'm going to get them from the vkprocessor

This commit is contained in:
2019-08-27 21:48:21 -07:00
parent e0e9218d6e
commit 9b8d5cd828
4 changed files with 243 additions and 105 deletions

View File

@@ -11,8 +11,6 @@ pub struct Sprite {
textured: bool,
texture_id: Option<String>,
}
impl Sprite {