Vertex buffers state and Shader state functions. Vertex buffers management WIP.

This commit is contained in:
jussi
2023-08-17 18:33:50 +03:00
parent 5438a70b0a
commit b7b46ada04
14 changed files with 830 additions and 16 deletions

View File

@@ -114,7 +114,7 @@ bool stateInit( const char *exePath ) {
return state->run;
}
bool stateInitInterpret() {
void stateInitInterpret() {
state = malloc( sizeof( State ) );
luaInit();
}