![]() |
NVAPI Reference Documentation
|
Release 590
|
#include <nvapi.h>
Data Fields | ||
| union { | ||
| struct { | ||
| const D3D11_UNORDERED_ACCESS_VIEW_DESC * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pUavDesc | ||
| ID3D11UnorderedAccessView * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pUAV | ||
| } _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::uav | ||
| struct { | ||
| const D3D11_SHADER_RESOURCE_VIEW_DESC * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pSrvDesc | ||
| ID3D11ShaderResourceView * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pSRV | ||
| } _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::srv | ||
| struct { | ||
| const D3D11_SAMPLER_DESC * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pSamplerDesc | ||
| ID3D11SamplerState * _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::pSampler | ||
| } _NVAPI_D3D11_GET_CUDA_VIEW_OBJECT::sampler | ||
| }; | ||