Property definitions

glesv2 $ GLBuffer :: defaultinit
# Set of buffers as a bitwise OR mask
extern class GLBuffer `{ GLbitfield `}
	# Bitwise OR with `other`
	fun |(other: GLBuffer): GLBuffer `{ return self | other; `}
end
lib/glesv2/glesv2.nit:1232,1--1236,3