Description Usage Arguments Value References See Also
Returns an array through which the subresource of the mapped
graphics resource resource which corresponds to array index arrayIndex
and mipmap level mipLevel may be accessed. The value set in array may
change every time that resource is mapped.
1 | cudaGraphicsSubResourceGetMappedArray(resource, arrayIndex, mipLevel)
|
resource |
Mapped resource to access |
arrayIndex |
Array index for array textures or cubemap face |
mipLevel |
Mipmap level for the subresource to access |
array
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cudaGraphicsResourceGetMappedPointer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.