CUDA Runtime API (PDF) - CUDA Toolkit v5.5 (older) - Last updated July 19, 2013 - Send Feedback

3.1. cudaChannelFormatDesc Struct Reference

[Data types used by CUDA Runtime]

CUDA Channel format descriptor

Public Variables

enumcudaChannelFormatKind f
int  w
int  x
int  y
int  z

Variables

enumcudaChannelFormatKindcudaChannelFormatDesc::f [inherited]

Channel format kind

int cudaChannelFormatDesc::w [inherited]

w

int cudaChannelFormatDesc::x [inherited]

x

int cudaChannelFormatDesc::y [inherited]

y

int cudaChannelFormatDesc::z [inherited]

z


CUDA Runtime API (PDF) - CUDA Toolkit v5.5 (older) - Last updated July 19, 2013 - Send Feedback