feat: add shaderpack validation
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
878614ff68
commit
ccfe605920
7 changed files with 289 additions and 5 deletions
|
@ -47,7 +47,7 @@ bool validate(QFileInfo file);
|
|||
class LocalDataPackParseTask : public Task {
|
||||
Q_OBJECT
|
||||
public:
|
||||
LocalDataPackParseTask(int token, DataPack& rp);
|
||||
LocalDataPackParseTask(int token, DataPack& dp);
|
||||
|
||||
[[nodiscard]] bool canAbort() const override { return true; }
|
||||
bool abort() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue