This commit is contained in:
parent
659103a123
commit
03717b5f33
9 changed files with 230 additions and 14 deletions
|
|
@ -125,6 +125,15 @@ export namespace Crafter {
|
|||
std::vector<fs::path> buildFiles;
|
||||
std::vector<Define> defines;
|
||||
std::vector<Shader> shaders;
|
||||
// Source assets (.png, .obj) compressed via Crafter.Asset's
|
||||
// SaveCompressed → .ctex/.cmesh in this configuration's bin dir.
|
||||
// Requires Crafter.Asset in cfg.dependencies (transitively): the
|
||||
// build engine locates it by name and uses its library API to do
|
||||
// the conversion (an auxiliary host-target executable, generated
|
||||
// once per build host, links Crafter.Asset and is invoked per
|
||||
// asset). Forwarded to a consuming executable's bin dir alongside
|
||||
// .spv shaders and cfg.files entries.
|
||||
std::vector<fs::path> assets;
|
||||
std::vector<ExternalDependency> externalDependencies;
|
||||
std::vector<std::string> compileFlags;
|
||||
std::vector<std::string> linkFlags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue