forked from tTh/FloatImg
making operators from garbage
This commit is contained in:
@@ -130,6 +130,24 @@ La première contient les choses qui sont relativement figées,
|
||||
et la seconde celles qui risquent de bouger. Cette classification
|
||||
est en fait arbitraire.
|
||||
|
||||
\subsection{Structures, macros\dots}
|
||||
|
||||
\begin{verbatim}
|
||||
/*
|
||||
* in memory descriptor
|
||||
*/
|
||||
typedef struct {
|
||||
int width;
|
||||
int height;
|
||||
int type;
|
||||
float fval;
|
||||
int count;
|
||||
float *R, *G, *B, *A;
|
||||
int reserved;
|
||||
} FloatImg;
|
||||
\end{verbatim}\index{FloatImg}
|
||||
|
||||
|
||||
\subsection{lib/}\index{lib/}
|
||||
|
||||
Première chose, la gestion dynamique de la mémoire occupées
|
||||
|
||||
Reference in New Issue
Block a user