コード例 #1
0
 protected extern bvec4 equal(uivec4 x, uivec4 y);
コード例 #2
0
 protected extern bvec4 notEqual(uivec4 x, uivec4 y);
コード例 #3
0
 protected extern bvec4 greaterThanEqual(uivec4 x, uivec4 y);
コード例 #4
0
 protected extern bvec4 lessThanEqual(uivec4 x, uivec4 y);
コード例 #5
0
 protected extern uivec4 clamp(uivec4 x, uint minVal, uint maxVal);
コード例 #6
0
 protected extern uivec4 max(uivec4 x, uint y);
コード例 #7
0
 protected extern uivec4 min(uivec4 x, uint y);