c07c57ca2a
This reverts commit f8a72e5a04.
12 lines
255 B
C
12 lines
255 B
C
// 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
|