blob: 92ad0edefecf38a419fcd3f7549a6b8378df7288 [file] [log] [blame]
namespace GLSL_STD_450 {
enum Entrypoints {
Round,
Count
};
extern const char* Names[Count];
inline void Initialize()
{
}
}; // end namespace GLSL_STD_450