very bad texture API

This commit is contained in:
Greg Wells
2025-06-10 15:54:29 -04:00
parent 01b1e1fb7a
commit 9d1cbbf17a
5 changed files with 33 additions and 12 deletions

View File

@@ -7,5 +7,6 @@ typedef struct gnPlatformTexture_t {
VkGryphnBuffer buffer;
VkImage image;
VkDeviceMemory memory;
VkImageView imageView;
} gnPlatformTexture;