Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
LightingBuffer Struct Reference

Buffer structure to manage an array of lighting nodes. More...

#include <lighting.h>

Collaboration diagram for LightingBuffer:

Public Attributes

struct Node ** lightings
 
u32 length
 
u32 index
 

Detailed Description

Buffer structure to manage an array of lighting nodes.

This structure is used to manage an array of lighting nodes, keeping track of the length of the array and the current index.

Member Data Documentation

◆ lightings

struct Node** LightingBuffer::lightings

Array of lighting nodes.

◆ length

u32 LightingBuffer::length

Length of the array.

◆ index

u32 LightingBuffer::index

Current index in the array.


The documentation for this struct was generated from the following file: