Added flag to be able to disable shader utilities

This commit is contained in:
Alejandro Saucedo 2021-02-21 09:28:05 +00:00
parent f306bf1042
commit 92f556ff57
7 changed files with 48 additions and 30 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#if !defined(KOMPUTE_DISABLE_SHADER_UTILS) || !KOMPUTE_DISABLE_SHADER_UTILS
#include <iostream>
#include <vector>
@ -54,3 +55,5 @@ public:
};
}
#endif // DKOMPUTE_DISABLE_SHADER_UTILS