blob: c051d16edd5b8a5d803daec29f255bcf43c6562b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
type @extern GLshort: short; [[GLshort type]] /* FIXME: We should not expose this in the API but probably redefine it. */
enum @beta Ector.Renderer.Composite_Method
{
none,
matte_alpha,
matte_alpha_inverse,
mask_add,
mask_substract,
mask_intersect,
mask_difference
}
|