 |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Go to the documentation of this file.
3 #include <HEKGuerilla/components/tags/importers/shader/shader.h>
5 #include "../ToolCommand.hpp"
6 #include "../console.h"
8 #ifdef TOOL_LIB_EXPORTS
9 #define TOOL_LIB_API __declspec(dllexport)
11 #define TOOL_LIB_API __declspec(dllimport)
29 description =
"runs the bgfx shaderc tool with the specified arguments";
32 int execute(std::vector<std::string> args)
34 return Guerilla::Tags::Importers::Shader::ExecuteShaderc(args);
ShadercCommand()
Definition: ShadercCommand.hpp:25
Class for the Shaderc command.
Definition: ShadercCommand.hpp:21
int execute(std::vector< std::string > args)
Executes the command.
Definition: ShadercCommand.hpp:32