implement label drawable
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "ExampleApps/TexturedCubeExampleApp.hpp"
|
||||
#include "ExampleApps/BillboardExampleApp.hpp"
|
||||
#include "ExampleApps/TextExampleApp.hpp"
|
||||
#include "ExampleApps/LabelDrawableExampleApp.hpp"
|
||||
#include <vector>
|
||||
|
||||
namespace OpenVulkano
|
||||
@@ -20,6 +21,7 @@ namespace OpenVulkano
|
||||
{ "Moving Cube Example App", &MovingCubeApp::Create },
|
||||
{ "Textured Cube Example App", &TexturedCubeExampleApp::Create },
|
||||
{ "Billboard Example App", &BillboardExampleApp::Create },
|
||||
{ "Text Example App", &TextExampleApp::Create }
|
||||
{ "Text Example App", &TextExampleApp::Create },
|
||||
{ "Label Example App", &LabelDrawableExampleApp::Create }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user