IDkmGPUMemoryOperation.UpdateBufferTag(DkmGPUComputeThread, UInt32) 方法

定义

检查是否为此内核执行转发了缓冲区的标记。

public:
 System::UInt32 UpdateBufferTag(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, System::UInt32 inputTag);
public uint UpdateBufferTag (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, uint inputTag);
abstract member UpdateBufferTag : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * uint32 -> uint32
Public Function UpdateBufferTag (computeThread As DkmGPUComputeThread, inputTag As UInteger) As UInteger

参数

computeThread
DkmGPUComputeThread

中DkmGPUComputeThread 表示在 GPU 目标进程中运行的计算线程。

inputTag
UInt32

中C++ AMP 指针标记。

返回

UInt32

弄转发的标记值。

适用于