How to use the texture memory ?

I have reading how to use the texture memory by texture reference in document.

but i still don’t know how to fetching a data (ex: an array ) from texture memory.

Someone can give me a simple example just like copy an array from one to

another. I’am very hurry to know about it . thanks. <img src=‘http://hqnveipbwb20/public/style_emoticons/<#EMO_DIR#>/crying.gif’ class=‘bbc_emoticon’ alt=‘:’(’ />

ooh~ array is stored in linear memory space.

sorry , i have known how to implement fetching data in texture memory.

Have you looked at the simpleTexture example in the SDK?