mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 09:49:18 -05:00
Added new comment to examples
This commit is contained in:
@ -40,6 +40,9 @@ typedef struct GolUpdateSSBO {
|
||||
GolUpdateCmd commands[MAX_BUFFERED_TRANSFERTS];
|
||||
} GolUpdateSSBO;
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//------------------------------------------------------------------------------------
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
|
||||
Reference in New Issue
Block a user