NVAPI Reference Documentation
NVIDIA - Open Source
Release 590
Thu Feb 19 2026

Data Fields
_NVAPI_D3D11_GET_CUDA_VIEW_OBJECT Struct Reference

#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 
 
};  
 

The documentation for this struct was generated from the following file: