IDkmGPUMemoryOperation.UpdateBufferTag(DkmGPUComputeThread, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if a tag for a buffer has been forwarded for this kernel execution.
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
Parameters
- computeThread
- DkmGPUComputeThread
[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.
- inputTag
- UInt32
[In] The C++ AMP pointer tag.
Returns
[Out] The forwarded tag value.