mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
@ -35,6 +35,9 @@
|
||||
|
||||
#define MAX_CUBES 30
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// GBuffer data
|
||||
typedef struct GBuffer {
|
||||
unsigned int framebuffer;
|
||||
|
||||
Reference in New Issue
Block a user