mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
cf74ae1b2d
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28078 e7fa87d3-cd2b-0410-9028-fcbf551c1848
15 lines
181 B
C++
15 lines
181 B
C++
namespace GLSL_STD_450 {
|
|
|
|
enum Entrypoints {
|
|
Round,
|
|
Count
|
|
};
|
|
|
|
extern const char* Names[Count];
|
|
|
|
inline void Initialize()
|
|
{
|
|
}
|
|
|
|
}; // end namespace GLSL_STD_450
|