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