Follow a pointer to a value - GPU Programming | Zoonk
Follow a pointer to a value
Use `&` to get a variable’s memory address and `*` to read or write the value a pointer refers to. Trace the difference between the pointer variable and the data it points at.