The OpenD Programming Language

cudaResourceViewDesc

CUDA resource view descriptor

struct cudaResourceViewDesc {
cudaResourceViewFormat format;
size_t width;
size_t height;
size_t depth;
uint firstMipmapLevel;
uint lastMipmapLevel;
uint firstLayer;
uint lastLayer;
}

Meta