Updated logistic regression shader to header
This commit is contained in:
parent
16c56f29e1
commit
270959ab20
3 changed files with 442 additions and 150 deletions
|
|
@ -19,10 +19,10 @@ static const char* KOMPUTE_LOG_TAG = "KomputeLog";
|
|||
#ifndef KOMPUTE_VK_API_MINOR_VERSION
|
||||
#define KOMPUTE_VK_API_MINOR_VERSION 1
|
||||
#endif // KOMPUTE_VK_API_MINOR_VERSION
|
||||
|
||||
#define KOMPUTE_VK_API_VERSION VK_MAKE_VERSION(KOMPUTE_VK_API_MAJOR_VERSION, KOMPUTE_VK_API_MINOR_VERSION, 0)
|
||||
#endif // KOMPUTE_VK_API_VERSION
|
||||
|
||||
|
||||
// SPDLOG_ACTIVE_LEVEL must be defined before spdlog.h import
|
||||
#if !defined(SPDLOG_ACTIVE_LEVEL)
|
||||
#if DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue