Mercurial > hg > Game > Cerium
view example/ResizeWritebuf/Container.h @ 1831:1b4d4b3c0546 draft
release bufs in gpuTaskError
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Dec 2013 18:55:23 +0900 |
parents | 8d2a1f5edf10 |
children |
line wrap: on
line source
typedef struct Container { int length; int data[1]; } Container, *ContainerPtr;