Have memory counters normally turned off, to avoid cross-windows-platform linking problems.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28078 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
14
BIL/GLSL450Lib.h
Normal file
14
BIL/GLSL450Lib.h
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace GLSL_STD_450 {
|
||||
|
||||
enum Entrypoints {
|
||||
Round,
|
||||
Count
|
||||
};
|
||||
|
||||
extern const char* Names[Count];
|
||||
|
||||
inline void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
}; // end namespace GLSL_STD_450
|
||||
Reference in New Issue
Block a user