The OpenD Programming Language

cudaChannelFormatDesc

CUDA Channel format descriptor

struct cudaChannelFormatDesc {
int x;
int y;
int z;
int w;
cudaChannelFormatKind f;
}

Meta