Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -31,12 +31,10 @@ static_assert(ARRAY_COUNT(ShaderProfileCacheDirNames) == (int32)ShaderProfile::M
class ShaderProfileDatabase
{
public:
ShaderProfile Profile;
String Folder;
public:
void Init(ShaderProfile profile, const String& cacheRoot)
{
Profile = profile;
@@ -84,7 +82,6 @@ public:
class ShaderCacheManagerService : public EngineService
{
public:
ShaderCacheManagerService()
: EngineService(TEXT("Shader Cache Manager"), -200)
{