Add shader baker to project exporter.
Metal Support contributed by Migeran (https://migeran.com) and Stuart Carnie. Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com> Co-authored-by: Gergely Kis <gergely.kis@migeran.com>
This commit is contained in:
parent
99f5a3d665
commit
5a30a7e7cd
112 changed files with 5786 additions and 4203 deletions
|
|
@ -33,6 +33,14 @@
|
|||
#include "core/config/project_settings.h"
|
||||
#include "editor/export/editor_export_platform.h"
|
||||
|
||||
void EditorExportPlugin::set_export_base_path(const String &p_export_base_path) {
|
||||
export_base_path = p_export_base_path;
|
||||
}
|
||||
|
||||
const String &EditorExportPlugin::get_export_base_path() const {
|
||||
return export_base_path;
|
||||
}
|
||||
|
||||
void EditorExportPlugin::set_export_preset(const Ref<EditorExportPreset> &p_preset) {
|
||||
if (p_preset.is_valid()) {
|
||||
export_preset = p_preset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue