Time Nick Message 14:12 Jordach does anyone have a shapeless example? 20:48 Jordach im attempting to convert a float to float * 20:48 PilzAdam float a = 1.0; float *b = &b; 20:48 Jordach wrong way 20:49 Jordach hold on 20:52 PilzAdam e.g. if a function wants you to pass testFunc(float *z) you have to do float b = 1.0; testFunc(&b)