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

@@ -84,5 +84,5 @@ typedef struct {
extern State *state;
bool stateInit( const char *exePath );
bool stateInitInterpret();
void stateInitInterpret();
void stateFree();