NVAPI Reference Documentation
NVIDIA
Release 550
Wed Mar 20 2024

Data Fields
NV_D3D11_META_COMMAND_RESOURCE Struct Reference

#include <nvapi.h>

Data Fields

union { 
 
   NVDX_ObjectHandle   NV_D3D11_META_COMMAND_RESOURCE::ResourceHandle 
 
   NvU64   NV_D3D11_META_COMMAND_RESOURCE::unused 
 
};  
 
NvU64 Offset
 

Detailed Description

Since
Release: 400
DESCRIPTION: Creates a MetaCommand object which can be used to execute optimized operations exposed by driver like convolutions.
\param [in] pDevice A pointer to D3D11 device.
\param [in] CommandId GUID of the operations to perform
\param [in] pCreationParametersData structure containing all creation parameters for the requested Metacommand
\param [in] CreationParametersDataSize size of parameter data structure
\param [out] ppMetaCommand A pointer to memory that receives the pointer to the created MetaCommand object.
SUPPORTED OS: Windows 10
\return This API can return any of the error codes enumerated in
#NvAPI_Status. If there are return error codes with specific
meaning for this API, they are listed below.
NVAPI_NOT_SUPPORTED - The requested Metacommand is not supported.
@ NVAPI_NOT_SUPPORTED
Requested feature is not supported in the selected GPU.
Definition nvapi_lite_common.h:272

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

NVIDIA
Copyright (c) 2007–2024 NVIDIA Corporation. All rights reserved.

NVIDIA