SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_context_internal.h
Go to the documentation of this file.
1
9#ifndef SBGL_CONTEXT_INTERNAL_H
10#define SBGL_CONTEXT_INTERNAL_H
11
12#include "sbgl_types.h"
13#include "core/sbl_arena.h"
14
26
27#endif // SBGL_CONTEXT_INTERNAL_H
SblArena * sbgl_GetContextArena(sbgl_Context *ctx)
Retrieves the persistent arena associated with a context.
Definition sbgl_core.c:62
Arena allocator implementation.
Arena allocator.
Definition sbl_arena.h:47
Engine context.
Definition sbgl_types.h:268