Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. ((function any
  2.    (signature bool
  3.      (parameters
  4.        (declare (in) bvec2 arg0))
  5.      ((return (expression bool any (var_ref arg0)))))
  6.  
  7.    (signature bool
  8.      (parameters
  9.        (declare (in) bvec3 arg0))
  10.      ((return (expression bool any (var_ref arg0)))))
  11.  
  12.    (signature bool
  13.      (parameters
  14.        (declare (in) bvec4 arg0))
  15.      ((return (expression bool any (var_ref arg0)))))
  16. ))
  17.