throw together the worlds worst texture api
This commit is contained in:
8
rendering_api/vulkan/src/textures/vulkan_texture.h
Normal file
8
rendering_api/vulkan/src/textures/vulkan_texture.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "core/textures/gryphn_texture.h"
|
||||
|
||||
typedef struct gnPlatformTexture_t {
|
||||
VkImage image;
|
||||
VkImageView imageView;
|
||||
} gnPlatformTexture;
|
Reference in New Issue
Block a user