#include <lescegra/sg/group.h>
Include dependency graph for cache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgCache |
| Render cache. More... | |
Defines | |
| #define | LSG_CACHE_H 1 |
| #define | LsgCache_clean(self) LsgGroup_clean(&(self)->super) |
Functions | |
| LsgCache * | LsgCache_create (void) |
| void | LsgCache_init (LsgCache *self) |
| void | LsgCache_update (LsgCache *self, float now) |
| void | LsgCache_display (LsgCache *self, LsgFrustum *frustum) |
| void | LsgCache_destroy (LsgCache *self) |