textureReference
struct textureReference {
cudaTextureFilterMode filterMode;
cudaTextureAddressMode[3] addressMode;
cudaChannelFormatDesc channelDesc;
cudaTextureFilterMode mipmapFilterMode;
float minMipmapLevelClamp;
float maxMipmapLevelClamp;
}
CUDA texture reference