ULRE/inc/hgl/graph/font/TextRenderable.h

15 lines
329 B
C
Raw Normal View History

2020-07-24 17:51:36 +08:00
#ifndef HGL_GRAPH_TEXT_RENDERABLE_INCLUDE
#define HGL_GRAPH_TEXT_RENDERABLE_INCLUDE
#include<hgl/graph/vulkan/VKRenderable.h>
namespace hgl
{
namespace graph
{
class TextRenderable:public vulkan::Renderable
{
};//
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_TEXT_RENDERABLE_INCLUDE