Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
@@ -0,0 +1,11 @@
// Modifications copyright Amazon.com, Inc. or its affiliates
// Modifications copyright Crytek GmbH
#ifndef SERIALIZE_REFLECTION_H_
#define SERIALIZE_REFLECTION_H_
#include "hlslcc.h"
const char* SerializeReflection(ShaderInfo* psReflection);
#endif