Ector generic buffer: 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:15:11 +00:00
parent 0aabd01d13
commit 24bf636a3e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import efl_gfx_types;
enum Ector.Buffer.Flag {
none = 0x00, [[Buffer may not have any backing, indicates an invalid buffer.]]
cpu_readable = 0x01, [[Can be read from the CPU after map. Reading may still be very slow.]]