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:
8
ci_shadervalidator/Logs.h
Normal file
8
ci_shadervalidator/Logs.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
enum class logtype : unsigned int {
|
||||
shader
|
||||
};
|
||||
|
||||
inline void ErrorLog(const std::string &, logtype const)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user