Render pipeline working.

This commit is contained in:
2021-05-20 22:47:26 -07:00
parent f6a4be2f3c
commit 8fbf353cd9
11 changed files with 53 additions and 41 deletions

View File

@ -19,6 +19,11 @@ typedef struct {
/** Engine for the game */
engine_t engine;
texture_t texture;
shader_t shader;
primitive_t primitive;
camera_t camera;
/** Poker Game State */
poker_t poker;
} game_t;