2 * Copyright 2014-2016,2021 The Khronos Group, Inc.
3 * SPDX-License-Identifier: MIT
5 * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
6 * STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
7 * HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
13 static const int GLSLstd450Version
= 100;
14 static const int GLSLstd450Revision
= 3;
17 GLSLstd450Bad
= 0, // Don't use
20 GLSLstd450RoundEven
= 2,
30 GLSLstd450Radians
= 11,
31 GLSLstd450Degrees
= 12,
52 GLSLstd450InverseSqrt
= 32,
54 GLSLstd450Determinant
= 33,
55 GLSLstd450MatrixInverse
= 34,
57 GLSLstd450Modf
= 35, // second operand needs an OpVariable to write to
58 GLSLstd450ModfStruct
= 36, // no OpVariable operand
65 GLSLstd450FClamp
= 43,
66 GLSLstd450UClamp
= 44,
67 GLSLstd450SClamp
= 45,
69 GLSLstd450IMix
= 47, // Reserved
71 GLSLstd450SmoothStep
= 49,
74 GLSLstd450Frexp
= 51, // second operand needs an OpVariable to write to
75 GLSLstd450FrexpStruct
= 52, // no OpVariable operand
78 GLSLstd450PackSnorm4x8
= 54,
79 GLSLstd450PackUnorm4x8
= 55,
80 GLSLstd450PackSnorm2x16
= 56,
81 GLSLstd450PackUnorm2x16
= 57,
82 GLSLstd450PackHalf2x16
= 58,
83 GLSLstd450PackDouble2x32
= 59,
84 GLSLstd450UnpackSnorm2x16
= 60,
85 GLSLstd450UnpackUnorm2x16
= 61,
86 GLSLstd450UnpackHalf2x16
= 62,
87 GLSLstd450UnpackSnorm4x8
= 63,
88 GLSLstd450UnpackUnorm4x8
= 64,
89 GLSLstd450UnpackDouble2x32
= 65,
91 GLSLstd450Length
= 66,
92 GLSLstd450Distance
= 67,
94 GLSLstd450Normalize
= 69,
95 GLSLstd450FaceForward
= 70,
96 GLSLstd450Reflect
= 71,
97 GLSLstd450Refract
= 72,
99 GLSLstd450FindILsb
= 73,
100 GLSLstd450FindSMsb
= 74,
101 GLSLstd450FindUMsb
= 75,
103 GLSLstd450InterpolateAtCentroid
= 76,
104 GLSLstd450InterpolateAtSample
= 77,
105 GLSLstd450InterpolateAtOffset
= 78,
109 GLSLstd450NClamp
= 81,
114 #endif // #ifndef GLSLstd450_H