diff options
| author | jussi | 2023-08-17 18:33:50 +0300 |
|---|---|---|
| committer | jussi | 2023-08-17 18:33:50 +0300 |
| commit | b7b46ada041ad56b1bc84fea3062464b702135c5 (patch) | |
| tree | 6453e7100bdb7c5353d0eb4f5227c0c571533d45 /include/state.h | |
| parent | 5438a70b0a5aac72c071c90650b509cf46e557cb (diff) | |
| download | reilua-enhanced-b7b46ada041ad56b1bc84fea3062464b702135c5.tar.gz reilua-enhanced-b7b46ada041ad56b1bc84fea3062464b702135c5.tar.bz2 reilua-enhanced-b7b46ada041ad56b1bc84fea3062464b702135c5.zip | |
Vertex buffers state and Shader state functions. Vertex buffers management WIP.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/state.h b/include/state.h index 7a2dd95..2082005 100644 --- a/include/state.h +++ b/include/state.h @@ -84,5 +84,5 @@ typedef struct { extern State *state; bool stateInit( const char *exePath ); -bool stateInitInterpret(); +void stateInitInterpret(); void stateFree(); |
