The OpenD Programming Language

cudaTextureDesc

CUDA texture descriptor

struct cudaTextureDesc {
cudaTextureAddressMode[3] addressMode;
cudaTextureFilterMode filterMode;
cudaTextureReadMode readMode;
int sRGB;
float[4] borderColor;
int normalizedCoords;
uint maxAnisotropy;
cudaTextureFilterMode mipmapFilterMode;
float mipmapLevelBias;
float minMipmapLevelClamp;
float maxMipmapLevelClamp;
}

Meta