Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Feb 12, 2025
1 parent b9b6e43 commit 4f96b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 464 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ struct texture_object {

VkDeviceMemory mem;
VkImageView view;
int32_t tex_width, tex_height;
int32_t tex_width;
int32_t tex_height;
};

typedef struct {
Expand Down
Loading

0 comments on commit 4f96b84

Please sign in to comment.