Index: ode.h
===================================================================
--- ode.h	(revision 332)
+++ ode.h	(revision 333)
@@ -45,6 +45,9 @@
 you will find more informations with suitable functions documentation, below.
 On a joint, you could setup limits (min and max for all axes) and a maximum
 force before joint breaks, if needed.
+It's now possible to attach a joint to static environnement using the
+constant ##RAYDIUM_ODE_JOINT_FIXED## (do not use this value with "_name" joint
+functions, since they want a string, not a integer constant).
 
 - **Motors:**
 A motor is linked to joints, and may powering an unlimited amount of joints.
file,mode);
 #else
 return fopen(file,mode);
 #endif
AYDIUM_MAX_TEXTURES];
+__global int    raydium_texture_used[RAYDIUM_MAX_TEXTURES];
+__global float  raydium_texture_memory[RAYDIUM_MAX_TEXTURES];
 
 __global GLint  raydium_object_index;
 __global GLuint raydium_object_start[RAYDIUM_MAX_OBJECTS];