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

@ -107,6 +107,7 @@ extern py::object kp_debug, kp_info, kp_warning, kp_error;
#endif // KOMPUTE_SPDLOG_ENABLED
#endif // KOMPUTE_LOG_OVERRIDE
#if !defined(KOMPUTE_DISABLE_SHADER_UTILS) || !KOMPUTE_DISABLE_SHADER_UTILS
#include <iostream>
#include <vector>
@ -159,6 +160,7 @@ public:
};
}
#endif // DKOMPUTE_DISABLE_SHADER_UTILS
/*
THIS FILE HAS BEEN AUTOMATICALLY GENERATED - DO NOT EDIT