16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 09:19:18 +02:00

CI shader validation

This commit is contained in:
milek7
2021-01-21 15:44:21 +01:00
parent 3a3104a521
commit 56eba08a6f
10 changed files with 223 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
enum class logtype : unsigned int {
shader
};
inline void ErrorLog(const std::string &, logtype const)
{
}