加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TODO 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
- Only allow certain typenames for "int" type, e.g. u32, s32, u16...
- Generate stub real implementation optionally in a separate file.
- Generate proper cleanup code in case of multiple object lookups
- Add async and queue flag a la Voodoo request flags
Definition of structs for
- endianness conversion
- debugging purposes
- serialisation
E.g.:
type {
name DFBRectangle
member {
name x
type s32
}
member {
name y
type s32
}
member {
name width
type s32
}
member {
name height
type s32
}
}
Flux Environment / Runtime
- make independent from CoreDFB
- [make independent from Fusion]
- support async returns
foo->retained = Flux_RetainCall();
...
Flux_ReturnCall( foo->retained, ptr, length );
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化