aboutsummaryrefslogtreecommitdiff
path: root/build/tools/HLSLcc/May_2014/offline/serializeReflection.h
blob: 495e5b83c679c8cee4e161530c85707a826d343e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SERIALIZE_REFLECTION_H_
#define SERIALIZE_REFLECTION_H_

#include "hlslcc.h"

const char* SerializeReflection(ShaderInfo* psReflection);

#endif