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