iFrame
This commit is contained in:
parent
c3c39a77cd
commit
e84950178f
3 changed files with 14 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ typedef struct Renderer {
|
|||
char *shader_path;
|
||||
unsigned int shader;
|
||||
unsigned int vao;
|
||||
/// The currently rendered frame.
|
||||
unsigned int frame_nr;
|
||||
struct stat shader_file_modified;
|
||||
} Renderer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue