samplers and image views

This commit is contained in:
Gregory Wells
2025-06-14 21:46:32 -04:00
parent 8bc0f4afbc
commit 012e842e1d
4 changed files with 91 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ void gnDestroyVulkanImage(VkGryphnImage* image, VkDevice device);
typedef struct gnPlatformTexture_t {
VkGryphnBuffer buffer;
VkGryphnImage image;
VkSampler sampler;
size_t size;
uint32_t width, height;