Ector gl renderer: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-12 14:34:10 +00:00
parent 3bb5b9d6b0
commit 11cb01008b
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
type @extern GLshort: short; /* FIXME: We should not expose this in the API but probably redefine it. */
abstract Ector.Renderer.GL.Base (Ector.Renderer.Generic.Base)
{
legacy_prefix: null;
@ -5,7 +7,7 @@ abstract Ector.Renderer.GL.Base (Ector.Renderer.Generic.Base)
fill {
return: bool;
params {
@in flags: uint64_t;
@in flags: uint64;
@in vertex: GLshort*;
@in vertex_count: uint;
@in mul_col: uint;