Movatterモバイル変換


[0]ホーム

URL:


NVIDIACUDA Toolkit Documentation
Search In:
< Previous |Next >
CUDA Runtime API (PDF) - v13.0.2 (older) - Last updated October 9, 2025 -Send Feedback

7.59. cudaResourceDesc Struct Reference

[Data types used by CUDA Runtime]

CUDA resource descriptor

Public Variables

cudaArray_t array
structcudaChannelFormatDesc desc
void * devPtr
unsigned int  flags
size_t  height
cudaMipmappedArray_t mipmap
size_t  pitchInBytes
enumcudaResourceType resType
size_t  sizeInBytes
size_t  width

Variables

cudaArray_tcudaResourceDesc::array [inherited]

CUDA array

structcudaChannelFormatDesccudaResourceDesc::desc [inherited]

Channel descriptor

void *cudaResourceDesc::devPtr [inherited]

Device pointer

unsigned intcudaResourceDesc::flags [inherited]

Flags (must be zero)

size_tcudaResourceDesc::height [inherited]

Height of the array in elements

cudaMipmappedArray_tcudaResourceDesc::mipmap [inherited]

CUDA mipmapped array

size_tcudaResourceDesc::pitchInBytes [inherited]

Pitch between two rows in bytes

enumcudaResourceTypecudaResourceDesc::resType [inherited]

Resource type

size_tcudaResourceDesc::sizeInBytes [inherited]

Size in bytes

size_tcudaResourceDesc::width [inherited]

Width of the array in elements



[8]ページ先頭

©2009-2025 Movatter.jp