clean up buffer creation
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "core/textures/gryphn_texture.h"
|
||||
#include "buffers/vulkan_buffer.h"
|
||||
|
||||
typedef struct gnPlatformTexture_t {
|
||||
VkGryphnBuffer buffer;
|
||||
|
||||
VkImage image;
|
||||
VkImageView imageView;
|
||||
} gnPlatformTexture;
|
||||
|
Reference in New Issue
Block a user