DkmGPUComputeThread.UpdateBufferTag(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(System::UInt32 InputTag);
public:
unsigned int UpdateBufferTag(unsigned int InputTag);
unsigned int UpdateBufferTag(unsigned int InputTag);
public uint UpdateBufferTag (uint InputTag);
member this.UpdateBufferTag : uint32 -> uint32
Public Function UpdateBufferTag (InputTag As UInteger) As UInteger
Parameters
- InputTag
- UInt32
[In] The C++ AMP pointer tag.
Returns
[Out] The forwarded tag value.