apcc - MrShoor/AvalancheProject GitHub Wiki

APCC - Avalanche Project Cross Compiler

The command-line shaders compiler, expects the following parameters passed

  apcc %filename% [clean]

%filename% - the name of a file containing the task description. (in Json format)

clean - is an optional parameter, indicating that... to be developed. (if specified, won't do anything)

The result of the file are compiled shader files and .rc file, that could be used for Delphi/Lazarus Project inclusion.

Task File Format