Render pipeline working.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user